-
Notifications
You must be signed in to change notification settings - Fork 2.5k
ModuleNotFoundError: No module named 'maskrcnn_benchmark.config' #30
Comments
Hi, are you using python 2? |
I've added a section in the README with instructions that should help you fix your problem. It is probably related to #22 I'm closing this issue, but let me know if you don't manage to solve your problem. |
Hi I still have this problem using this setup, do you know what's wrong with it?@fmassa Thanks! |
You didn't install Note that now you need to have a nightly version of PyTorch. 1.0.0 or 1.0.1 won't work |
Same error.
GPU-No (Only CPU)
Can you help me out @fmassa |
i have the same problem with u , have u solved it? |
@AnnZhn, yeah the torchvision-nightly version was conflicting with torchvision. I uninstalled torchvision using: pip uninstall torchvision. |
❓ Questions and Help
$ python webcam.py --min-image-size 800
Traceback (most recent call last):
File "webcam.py", line 5, in
from maskrcnn_benchmark.config import cfg
ModuleNotFoundError: No module named 'maskrcnn_benchmark.config'
The text was updated successfully, but these errors were encountered: