Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.md has some issue #1

Open
jingzhengli opened this issue Oct 17, 2024 · 3 comments
Open

install.md has some issue #1

jingzhengli opened this issue Oct 17, 2024 · 3 comments

Comments

@jingzhengli
Copy link

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

You can try it

@Daniel-xsy
Copy link
Owner

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.

@jingzhengli
Copy link
Author

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,

@Daniel-xsy
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants