RFBNet icon indicating copy to clipboard operation
RFBNet copied to clipboard

How to calculate FPS?

Open wdxpython opened this issue 6 years ago • 2 comments

Hello author, I want to know how your FPS is calculated? 4952/Total time?

wdxpython avatar Jul 01 '19 08:07 wdxpython

please answer to the same issue. Thanks

Dev2022 avatar Mar 12 '20 11:03 Dev2022

in test_RFB.py file if i % 20 == 0: print('im_detect: {:d}/{:d} {:.3f}s {:.3f}s'.format(i + 1, num_images, detect_time, nms_time)) the FPS is 1/(detect_time/20)

lijiajun3029 avatar Oct 30 '20 08:10 lijiajun3029