You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enter the time of your video in seconds at total_time . this resolved my error.]
Although faced another error:
File "examples/DCOD/it_video_detection_demo.py", line 205, in
output_size = (output[0].shape[0], output[0].shape[1])
IndexError: list index out of range
enter the time of your video in seconds at total_time . this resolved my error.]
Although faced another error:
File "examples/DCOD/it_video_detection_demo.py", line 205, in
output_size = (output[0].shape[0], output[0].shape[1])
IndexError: list index out of range
finish processing batch 74
finish processing batch 75
finish processing batch 76
Traceback (most recent call last):
File "examples/DCOD/video_detection_demo.py", line 198, in
fps = (batch_size*len(batch_list))/total_time
ZeroDivisionError: float division by zero
The text was updated successfully, but these errors were encountered: