Fast-Tracking-by-Detection icon indicating copy to clipboard operation
Fast-Tracking-by-Detection copied to clipboard

I got error running main.py

Open aalzooke opened this issue 5 years ago • 1 comments

print('Avg. FPS: {}'.format(1. / (total_time / cv2.getTickFrequency() / frameID))) ZeroDivisionError: float division by zero

aalzooke avatar Jul 04 '19 15:07 aalzooke

print('Avg. FPS: {}'.format(1. / (total_time / cv2.getTickFrequency() / frameID))) ZeroDivisionError: float division by zero

Please use test_main.py in the API file. The advanced version of tracking-by-detection is not finished yet.

ChengBinJin avatar Jul 19 '19 11:07 ChengBinJin