SamsungLabs / tr3d

[ICIP2023] TR3D: Towards Real-Time Indoor 3D Object Detection
Other
141 stars 8 forks source link

KeyError: 'MinkSingleStage3DDetector is not in the models registry' #7

Closed zw1765 closed 1 year ago

zw1765 commented 1 year ago

Training configuration file error requires your help: KeyError: 'MinkSingleStage3DDetector is not in the models registry'

filaPro commented 1 year ago

Hi @zw1765 , MinkSingleStage3DDetector for sure is in models registry. Can you please share the log file and the output of the collect_env script?

filaPro commented 1 year ago

For some reason I don't see your error traceback on github, however it is presented in the email notification...

File "/home/zw/anaconda3/envs/tr3d/lib/python3.7/site-packages/mmdet3d/models/builder.py", line 122, in build_model

This line probably means you installed separate mmdetection3d package. However you shouldn't do it as mmdet3d should be imported from ./mmdet3d in the base folder of your tr3d project.

zw1765 commented 1 year ago

For some reason I don't see your error traceback on github, however it is presented in the email notification...

File "/home/zw/anaconda3/envs/tr3d/lib/python3.7/site-packages/mmdet3d/models/builder.py", line 122, in build_model

This line probably means you installed separate mmdetection3d package. However you shouldn't do it as mmdet3d should be imported from ./mmdet3d in the base folder of your tr3d project.

Thank you for your reply. I have already solved this problem. thank you