-
Notifications
You must be signed in to change notification settings - Fork 105
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
error: No module named 'yad2k' #3
Comments
All the yad2k helper functions are included in the repo. Clone the repo properly and run, so you won't get these errors. |
Thanks for your quick reply. I unzipped it instead of cloning. I have it working now but I have some findings:
Thanks for this repository that combined with the face recognition I have already in place gives me the tools for complete photo recognition. |
Yes. This project was done before yolo3 was released. So the size 608 was with the yolov2 model. |
Having the same issue. Cloned the repo and can see the keras_yolo.py file in the right place, but can't find the module for import. ~/git/YOLOw-Keras$ python yolo.py ~/git/YOLOw-Keras$ ls yad2k/models/ Edit: Running in Python3 solved the issue. |
I guess the reaso is that you have to compile darknet , and inorder to do that you need get the Unix command "make" to run on Windows. Now to do that you need to install GNU or MInGW or CygWin. I did all of these and still "make" doesnt work on windows. Really lost , i may have to go for an Ubuntu env/ |
Thanks for this repository.
I got an error with this phrase: from yad2k.models.keras_yolo import yolo_head, yolo_eval
ModuleNotFoundError: No module named 'yad2k'
Do I need a preliminary step and install something before I run the yolo.py code?
The text was updated successfully, but these errors were encountered: