Fast-Tracking-by-Detection
Fast-Tracking-by-Detection copied to clipboard
I got error running main.py
print('Avg. FPS: {}'.format(1. / (total_time / cv2.getTickFrequency() / frameID))) ZeroDivisionError: float division by zero
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.