Closed anilbhatt1 closed 6 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.
./tools/dist_train.sh ${CONFIG} ${GPU_NUM}
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
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.