Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) jetson agx orin • DeepStream Version 6.3
**• JetPack Version (valid for Jetson only)**5.1 • TensorRT Version8.5
I want to know how long it takes for each frame of the image to be processed by the model. What should I do? Where can I find the code for model processing of images?
I want to output the inference time for each frame of an image in my application. I made the modification in the code of/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-app,Where should I add timestamp records? How to achieve printing of inference time for each frame of image?
I want to output the inference time for each frame of an image in my application. I made the modification in the code of/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-app,Where should I add timestamp records? How to achieve printing of inference time for each frame of image?
Yes,This is the time acquired using gettimeofday. This is the time spent processing in element, which is slightly longer than the time spent on tensorrt.
You can also refer to this answer to get more precise results