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
everything goes well at first, then I get a "Python has stopped working" pop-up during execution of line 92 in main.py. I do not get any other error message but I end up with a temp file
yolov2.ckpt.index.tempstate2841949181619307473
and a model I can't use.
Do you have any idea what could be causing this issue ?
I am using Python 3.6.8 by the way, in case it helps.
The text was updated successfully, but these errors were encountered:
Hello ! I meet a problem trying to convert YOLOv2 weights to Tensorflow
.ckpt
.When I use the following command :
everything goes well at first, then I get a "Python has stopped working" pop-up during execution of line 92 in main.py. I do not get any other error message but I end up with a temp file
and a model I can't use.
Do you have any idea what could be causing this issue ?
I am using Python 3.6.8 by the way, in case it helps.
The text was updated successfully, but these errors were encountered: