Xharlie / BtcDet

Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Apache License 2.0
194 stars 43 forks source link

ModuleNotFoundError: No module named 'btcdet.utils' #40

Open yeoeun-oh opened 2 years ago

yeoeun-oh commented 2 years ago

after 'python3 setup.py develop'

Traceback (most recent call last): File "train.py", line 6, in from test import repeat_eval_ckpt File "/tmp/BtcDet/tools/test.py", line 14, in from btcdet.datasets import build_dataloader File "/usr/local/lib/python3.6/dist-packages/btcdet/datasets/init.py", line 5, in from btcdet.utils import common_utils ModuleNotFoundError: No module named 'btcdet.utils'

DheerajYarlagadda commented 1 year ago

try: import sys sys.path.append("/path/to/dir")