maudzung / SFA3D

Super Fast and Accurate 3D Object Detection based on 3D LiDAR Point Clouds (The PyTorch implementation)
https://github.com/maudzung/Super-Fast-Accurate-3D-Object-Detection
MIT License
1k stars 271 forks source link

[Solved] Problem when running it with GPU #80

Open antoinekeller opened 1 year ago

antoinekeller commented 1 year ago

I found out that you need something like this to have Pytorch working correctly with your GPU:

pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html

Adapt it to yout Cuda version