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