Hello,
I am trying to get maximum performance (Frames per second) on my Xavier. I have flashed my xavier with latest Jetpack 4.3 developer’s preview.
I used bundled trtexec utility with following parameters for MobilenetV1:
–avgRuns=100
–iterations=1000javascript:void(0);
–int8
–useDLACore=0
–allowGPUFallback
I am getting latency of 2.169ms i.e. 461FPS. but published numbers at https://devblogs.nvidia.com/nvdla/ show latency of 1.9ms and 527FPS.
May I know with which setup or configuration the numbers published by Nvidia are generated?