Confusing between FPS and PERF from output of inference

When I run inference on video for object detection I see the output as in image. At the first time we have a pattern:

PERF: FPS 0 (avg)

And then we have a pattern such as

PERF: 35.12 (35.09)

It means that our FPS ~ 35. It is right?
Please correct me if i am wrong. Thank you.

1 Like

Hi,

Yes, the fps for your pipeline is 35fps.

The fps is calculated dynamically.
When the pipeline starts, some initialization is required.
That’s why the fps is 0 (wait for the initialization) at the beginning.

Thanks.

2 Likes

Thanks a lot.

Thank you. I got it. Values in brackets and outside brackets are current FPS and average FPS for specific interval respectively. Is it right?

yes.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.