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

error:python setup.py develop #1668

Open
zscya opened this issue Sep 24, 2024 · 2 comments
Open

error:python setup.py develop #1668

zscya opened this issue Sep 24, 2024 · 2 comments

Comments

@zscya
Copy link

zscya commented Sep 24, 2024

But the cuda I installed is 11.1 version, including the setting of environment variables is also 11.1 version, I do not know why it can not find cuda12.2 error
2024-09-24 11-20-24屏幕截图
2024-09-24 11-23-12屏幕截图
2024-09-24 11-24-07屏幕截图
2024-09-24 11-29-03屏幕截图
2024-09-24 11-28-53屏幕截图
2024-09-24 11-28-40屏幕截图

@zscya
Copy link
Author

zscya commented Sep 24, 2024

can you help me?thank you,you will get many papers in you future

@Petros626
Copy link

Hey, did you checked that your CUDA-Version is compatible with the spconv library? In my case I did the following for a clean installation, maybe it helps you

conda activate openpcdet

PyTorch 2: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 (look here for your cuda version)

CUDA 11.8: installed via runfile from the official nvidia homepage (let the new nvidia-driver as it is)

spconv: pip install spconv-cu118

git clone https://github.com/open-mmlab/OpenPCDet.git
cd OpenPCDet

pip install -r requirements.txt (here you must add the following: av2==0.2.0 and kornia==0.6.5)

python setup.py develop
python demo.py --cfg_file /home/rlab10/OpenPCDet/tools/cfgs/kitti_models/pointpillar.yaml --ckpt /home/rlab10/OpenPCDet/pointpillar_7728.pth --data_path /home/rlab10/OpenPCDet/data/kitti/000006.bin

(I've downloaded the .pth and one .bin example)

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