-
Notifications
You must be signed in to change notification settings - Fork 9
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
About convert_yolov3_voc.pth #5
Comments
python convert_darknet.py --version voc --weights ./weights/yolov3.weights --save_name ./weights/convert_yolov3_voc.pth we will get the convert_yolov3_voc.pth |
Thanks! |
@molyswu Can you refer to this? |
/opt/conda/conda-bld/pytorch_1565272271120/work/aten/src/ATen/native/IndexingUtils.h:20: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. |
@molyswu If it works, you can ignore this. |
/opt/conda/conda-bld/pytorch_1565272271120/work/aten/src/ATen/native/IndexingUtils.h:20: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. |
@molyswu Can you stop copying so many duplicate printouts? Where is the error message? Can you search on the Internet? |
I released the solution to CSDN a few days ago. tied to run https://github.com/eriklindernoren/PyTorch-YOLOv3 which changed , it is working |
I've never met this problem.Can you search in the internet? |
Hello,thanks very much for your sharing.
I downloaded your code and wanted to do my experience.But I didn't find the wieght ('convert_yolov3_voc.pth'),also didn't find any information how I can get this model.
Can you give me some help?Thank you!!!
The text was updated successfully, but these errors were encountered: