Hi,
The dla_benchmark is to run the testing to get the throughput of the IP. It is not suitable to be used to get the full system throughput as it will include the data transfer from Arm to the DMA buffer before sending it to the AI Suite IP.
You will need to run the application below which is for the full system application example
streaming_inference_app
This application loads and runs a network and captures the results.
image_streaming_app
This application loads bitmap files from a folder on the SD card and continuously sends the images to the EMIF, simulating a running video source
Thanks.