Skip to content
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 crop_and_resize_cpu #45

Open
vusdo opened this issue Dec 18, 2020 · 1 comment
Open

ImportError: No module named crop_and_resize_cpu #45

vusdo opened this issue Dec 18, 2020 · 1 comment

Comments

@vusdo
Copy link

vusdo commented Dec 18, 2020

deep-server@server:~/Air-Clothing-MA$ python file_demo.py
Traceback (most recent call last):
File "file_demo.py", line 10, in
from model import EncoderClothing, DecoderClothing
File "/home/deep-server/Air-Clothing-MA/model.py", line 6, in
from roi_align.roi_align import RoIAlign
File "build/bdist.linux-x86_64/egg/roi_align/init.py", line 1, in
File "build/bdist.linux-x86_64/egg/roi_align/roi_align.py", line 4, in
File "build/bdist.linux-x86_64/egg/roi_align/crop_and_resize.py", line 7, in
ImportError: No module named crop_and_resize_cpu

image

@297759351
Copy link

you should run setup.py first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants