filaPro / unidet3d

UniDet3D: Multi-dataset Indoor 3D Object Detection
Other
55 stars 2 forks source link

custom_imports Import issues #3

Closed xwmxcz closed 1 month ago

xwmxcz commented 1 month ago

Thank you for your contribution, but when I reproduced the ScanNet single data set training, the situation shown in the screenshot occurred. What happened? Thank you for your answer. image

filaPro commented 1 month ago

Can you please provide the command you are running and the full output? The solution in your case should be updating pythonpath like this: PYTHONPATH=./ python tools/train.py ... Also I see /data/coding/unidet3d-master/mmdetection3d in your log. You should not install mmdetection3d in this way, only through pip.