OpenDriveLab / ViDAR

[CVPR 2024 Highlight] Visual Point Cloud Forecasting
https://arxiv.org/abs/2312.17655
Apache License 2.0
266 stars 17 forks source link

ModuleNotFoundError: No module named 'DCNv3' #25

Closed anilbhatt1 closed 5 months ago

anilbhatt1 commented 5 months ago

Getting an error as below while trying to run ./tools/dist_train.sh ${CONFIG} ${GPU_NUM}. I have followed the installation steps mentioned in github page. Kindly advise.

image

tomztyang commented 5 months ago

Hi, thanks for your interest.

Please install DCNv3 through the following scripts:

cd ViDAR
cd projects/mmdet3d_plugin/bevformer/backbones/ops_dcnv3
sh make.sh

Thanks, Zetong