-
Notifications
You must be signed in to change notification settings - Fork 2.5k
No module named maskrcnn_benchmark.config #22
Comments
Use python 3.x. |
@Kongsea
Any other suggestions? |
@jiapei100 I found the solution. You need to create an empty |
Traceback (most recent call last): |
I am adding support for Python 2 in #11 and it should fix the errors you are seeing. I'll verify that the training that I launched yesterday matches the excepted accuracies and I'll merge it |
For info, I've just merged #11 , so the codebase should work with Python 2 as well. |
Let me know if you still face problems after pulling from latest version of maskrcnn-benchmark |
this is caused by not using conda. after creating new conda name you need to always use source activate name_u_gave to not get this error. conda create --name maskrcnn_benchmark |
yes, I've improved the documentation to add the |
Make sure that the installation wmis done properly As a note, having conda is a very easy and simple way of managing several python environments, and I'd highly recommend it. |
when i use 3.x python with conda, every thing is all right. |
@moyans me too. |
We now support python2 as well, so if it wasn't working before with Python 2, now it should be. |
I had the same issue, trying this link helped: jupyter/notebook#1524 |
❓ Questions and Help
Hi
I have followed the instructions to install this package. However, when I run the notebook demo under './demo', it gives an error:
ImportError: No module named maskrcnn_benchmark.config
.The text was updated successfully, but these errors were encountered: