Hello all,
I use Jetson AGX Xavier and deepstream-5.0.
I have one camera whose FPS is 22.
I did following tests.
Configuration file set measurement parameters.
[application]
enable-perf-measurement=1
perf-measurement-interval-sec=5
Let deepstream-app show FPS.
<<Case 1 >>
The interval of primary-gie set 0.
The deepstream-app show FPS 22.
<<Case 2>>
The interval of primary-gie set 1.
The deepstream-app also show FPS 22.
I have problem about case 2.
“Number of consecutive batches to skip for inference” is the define of interval.
Does it mean only 11 frame for inference when interval 1?
Why the FPS is 22 about case 2?
Best regards
-Jason