BEV-Attack
BEV-Attack copied to clipboard
install.md has some issue
install.md has some issue: pip install mmcv-full==1.4.0 python setup.py install
You can try it
Hi @jingzhengli,
You can try to install the pre-compiled version of mmcv by running:
pip install mmcv-full==1.4.0 -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9.0/index.html
Please replace the torch and Cuda versions to your settings.
I tried to install mmdet3D V0.17.1 for one day but failed, because it requires the CUDA11.3, my cuda version is 12.1... I want to know if the adversarial attack could be intergreted into the latest mmdet3D instead of mmdet3D V0.17.1,
Hi @jingzhengli,
You can try to follow BEVFormer repo for the successful installation of mmdet3D v0.17.1.
The reason why we chose mmdet3d v0.17.1 is that most of the models we test are based on this version (e.g., BEVFormer, DETR, PETR). You may implement the attack into the latest version as long as the version is compatible with the model you want to attack.