GOATmessi7/RFBNet

How to calculate FPS?

wdxpython opened this issue · 2 comments

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

please answer to the same issue. Thanks

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)