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

"Python has stopped working" #22

Open
tomrichardon opened this issue May 28, 2019 · 2 comments
Open

"Python has stopped working" #22

tomrichardon opened this issue May 28, 2019 · 2 comments

Comments

@tomrichardon
Copy link

Hello ! I meet a problem trying to convert YOLOv2 weights to Tensorflow .ckpt.

When I use the following command :

python main.py --cfg data/yolov2.cfg --weights data/yolov2.weights --output data/ --prefix yolov2/ --gpu 0 --layers 0 --training

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.

@sjain-stanford
Copy link
Collaborator

@tomrichardon Have you given it a try on a non Windows platform? I've seen similar issues in the past on Windows env.

@tomrichardon
Copy link
Author

Not yet, but I'll keep it in mind, thank you.

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