wzzheng / GenAD

[ECCV 2024] GenAD: Generative End-to-End Autonomous Driving
Apache License 2.0
151 stars 14 forks source link

ModuleNotFoundError: No module named 'projects.mmdet3d_plugin.VAD' #4

Closed yksu closed 1 month ago

yksu commented 1 month ago

After I prepare the datasets, when I run the evaluation. There is the following ERROR

ModuleNotFoundError: No module named 'projects.mmdet3d_plugin.VAD'

CUDA_VISIBLE_DEVICES=0 python tools/test.py projects/configs/GenAD/GenAD_config.py ./ckpts/resnet50-19c8e357.pth --launcher none --eval bbox --tmpdir ./outputs Traceback (most recent call last): File "tools/test.py", line 24, in from projects.mmdet3d_plugin.VAD.apis.test import custom_multi_gpu_test ModuleNotFoundError: No module named 'projects.mmdet3d_plugin.VAD'

Do someone know what happen here? Thanks!

wang-jh18-SVM commented 1 week ago

I change it to "projects.mmdet3d_plugin.GenAD.apis.test" and it works.