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
Hi @ChriswooTalent
Thanks for your work. I got the following error while trying to run convert_weights_to_caffemodel.py with yolov2.weights and your prototxt.
Kindly share your comments. Traceback (most recent call last):
File "convert_weights_to_caffemodel.py", line 81, in
next_layer = net.layers[lidx + 1]
IndexError: Index out of range
Segmentation fault (core dumped)
Thanks
The text was updated successfully, but these errors were encountered:
Hi @ChriswooTalent
Thanks for your work. I got the following error while trying to run convert_weights_to_caffemodel.py with yolov2.weights and your prototxt.
Kindly share your comments.
Traceback (most recent call last):
File "convert_weights_to_caffemodel.py", line 81, in
next_layer = net.layers[lidx + 1]
IndexError: Index out of range
Segmentation fault (core dumped)
Thanks
The text was updated successfully, but these errors were encountered: