-
Notifications
You must be signed in to change notification settings - Fork 795
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 'nms' #7
Comments
@rahard This solved for me: https://keponk.wordpress.com/2017/12/07/siraj-darkflow/ |
The same problem here, after following the post, it is running in the miniconda with py3.6.3 and cython. I tried many times with a fresh clone, still got No module named 'nms' even after running it with weights and cfg |
marlon, I will check the link ... thanks |
Thank you rahard, The code from https://github.com/thtrieu/darkflow has no such error. It run with out any problems |
Hi! I am also having this problem. How about if my tensorflow is not in GPU version, just CPU, what should be done to solve the problem? |
hi, I am running on mac air with tensor flow activated (tensorflow) Marks-MacBook-Air:YOLO_Object_Detection markhu$ ./flow --h |
also tried https://github.com/thtrieu/darkflow, got same error |
I am a mac user and using python 3.6 on anaconda and i got the same problem as well. I have tried googled it with no luck. Did anyone found a solution? |
Traceback (most recent call last): |
Same issue. No module named 'nms'. Traceback (most recent call last):
Please can someone help resolve this issue? |
Same issue here, when I pip install nms, i got error "AttributeError: module 'nms' has no attribute 'pyx_capi' |
just go to the actual link https://github.com/thtrieu/darkflow. Download the files, delete the previous ones manually and run the commands one by one. I guess it should work now. |
running
flow --h
produces:
ImportError: No module named 'nms'
The text was updated successfully, but these errors were encountered: