-
Notifications
You must be signed in to change notification settings - Fork 587
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
ImportError: No module named 'models.yolo'; 'models' is not a package #13
Comments
do you delete __init__.py in models folder? |
没呀,您发布的代码里也没有models呀? |
which branch you used? |
嗯,是的。命令是python train.py。也已经改了cfg和data里面的文件。 |
我在train.py里面也修改了epochs,batch_size,cfg,data,weights,name |
I can not find any code will use models.yolo. |
cfg设置的是cfg/yolov4-pacsp.cfg,weights使用的是weights/yolov4-pacsp.pt。报错的地方 |
请问在python 3.5是可以运行的吧?感谢你的回复 |
if your yolov4-pacsp.pt file is ~100MB, you download wrong file. |
thanks,i will try again. |
请问,为什么python train.py时,会出现这个错误呢?
The text was updated successfully, but these errors were encountered: