BEV-Attack icon indicating copy to clipboard operation
BEV-Attack copied to clipboard

install.md has some issue

Open jingzhengli opened this issue 1 year ago • 3 comments

install.md has some issue: pip install mmcv-full==1.4.0 python setup.py install

You can try it

jingzhengli avatar Oct 17 '24 10:10 jingzhengli

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.

Daniel-xsy avatar Oct 17 '24 17:10 Daniel-xsy

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,

jingzhengli avatar Oct 21 '24 09:10 jingzhengli

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.

Daniel-xsy avatar Oct 21 '24 23:10 Daniel-xsy