longcw / RoIAlign.pytorch

RoIAlign & crop_and_resize for PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named crop_and_resize_cpu

vusdo opened this issue · comments

commented

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

commented

you should run setup.py first