Closed zw1765 closed 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?
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.
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 asmmdet3d
should be imported from./mmdet3d
in the base folder of yourtr3d
project.
Thank you for your reply. I have already solved this problem. thank you
Training configuration file error requires your help: KeyError: 'MinkSingleStage3DDetector is not in the models registry'