Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #26

Open
PRAVESH-RATHEE opened this issue Jun 16, 2019 · 1 comment
Open

IndexError: list index out of range #26

PRAVESH-RATHEE opened this issue Jun 16, 2019 · 1 comment

Comments

@PRAVESH-RATHEE
Copy link

the video detection module of Tiny-DSOD fails first gives below error:

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

When the total_time value is set equal to time of video I get below error:
I0616 17:45:29.350755 10882 net.cpp:781] Ignoring source layer mbox_loss

(python:10882): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed
finish reading videos...
Traceback (most recent call last):
File "examples/DCOD/iith_video_detection_demo.py", line 205, in
output_size = (output[0].shape[0], output[0].shape[1])
IndexError: list index out of range

Can you help how to proceed for video detection.

@QingxinWx
Copy link

meet the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants