RFBNet
RFBNet copied to clipboard
How to calculate FPS?
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)