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

ModuleNotFoundError: No module named 'utils.cython_bbox' #43

Open
manansaxena opened this issue Jul 11, 2019 · 1 comment
Open

ModuleNotFoundError: No module named 'utils.cython_bbox' #43

manansaxena opened this issue Jul 11, 2019 · 1 comment

Comments

@manansaxena
Copy link

Traceback (most recent call last):
File "infer_simple.py", line 28, in
from core.test import im_detect_all
File "/content/PANet/lib/core/test.py", line 43, in
import utils.boxes as box_utils
File "/content/PANet/lib/utils/boxes.py", line 52, in
import utils.cython_bbox as cython_bbox
ModuleNotFoundError: No module named 'utils.cython_bbox'

I am using google colab with cuda version 9.0 and pytorch version 0.4.0

@lizolson
Copy link

lizolson commented Jul 22, 2019

I think we need to cd into the lib folder and run 'bash make.sh'.

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