You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
File "/home/idea/model/maskrcnn-benchmark/maskrcnn_benchmark/layers/nms.py", line 3, in <module>
from maskrcnn_benchmark import _C
ImportError: cannot import name '_C'
python3 demo/webcam.py --min-image-size 800
The text was updated successfully, but these errors were encountered:
Hi,
I had install all the instruments of INSTALL.md,but because i alreday installed version 0.4.1 of torch ,
so , Will there be conflict between the two versions about 0.4.1 and 1.0.0?
Yes, there will be a conflict between pytorch version 0.4.1 and pytorch 1.0.
I'd recommend creating a new conda environment, as illustrated in the INSTALL.md file. This will make sure that there are no conflicts.
❓ Questions and Help
python3 demo/webcam.py --min-image-size 800
The text was updated successfully, but these errors were encountered: