-
Notifications
You must be signed in to change notification settings - Fork 179
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
No module named 'nms._ext' #7
Comments
nms and roialign functions both require GPU support, are you running the model on a CPU? |
no, I run with a GPU |
@wannabeOG It seems that nms and roialign should be complied before being used. It will be better if there is some introduction about how to compile them. |
follow the instruction may help you, cause I used to met the same problem as you. https://github.com/multimodallearning/pytorch-mask-rcnn |
You should build yor nms with c Compile. |
I also had a similar problem. 'python build.py' inside the nms folder solved the problem. |
Could you +my qq373330132 I dont understand whats that mean? |
I also have the same problem. How can I solve it? |
hello,have you solve this problem? |
I run the coco.py, but have this error:
from ._ext import nms
ModuleNotFoundError: No module named 'nms._ext'
can you solve this error, thanks!
The text was updated successfully, but these errors were encountered: