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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: