Jasonkks / PTTR

Pytorch Implementation of PTTR: Relational 3D Point Cloud Object Tracking with Transformer
Apache License 2.0
121 stars 12 forks source link

Problem with installation and CUDA Version #16

Open plpalmer opened 1 year ago

plpalmer commented 1 year ago

Hi,

I am facing some difficulty setting up the library, especially while utilizing different Cuda versions (10 and 11)

The First step of the setup works fine with recommended PyTorch 1.4 on Cuda 10.0

But for building OpenPCDet with Cuda10 I am getting the Error: ValueError: Unknown CUDA arch (8.6) or GPU not supported

which seems to be related to my graphics card which is to new: https://stackoverflow.com/questions/66968382/valueerror-unknown-cuda-arch-8-6-or-gpu-not-supported

With a newer PyTorch Version like 1.13 on Cuda 11.7 I can build OpenPCDet but can not execute the first setup script. I am getting the error: File "/home/usr/anaconda3/envs/pttr/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1916, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for extension

Does someone have the same issue or has some possible solution for this problem?

Thanks in advance