learning3d icon indicating copy to clipboard operation
learning3d copied to clipboard

pointnet2 module error

Open yhJang94 opened this issue 1 year ago • 4 comments

Error raised in pointnet2 module in utils! Either don't use pointnet2_utils or retry it's setup Error in pointnet2_utils! Retry setup for pointnet2_utils.

how can i solve it?

yhJang94 avatar Feb 26 '24 10:02 yhJang94

hey,i ’ve met the same problems with you. have you solved yet?

Bennyfor13 avatar Feb 28 '24 07:02 Bennyfor13

Most model based on PointNet in github require CUDA 10 version. RTX 30 series and later models are not compatible.

I think that this code is not compatible to CUDA 10 or later. it's only CUDA 10.x version.

when i try to adapt this code, it shows me error below. fatal error: THC/THC.h: No such file or directory only CUDA 10.x version has THC.h

if you run this code on CUDA 10.x environment and RTX 20 series or prior, it's possible to use this. what is your GPU environment?

yhJang94 avatar Feb 28 '24 07:02 yhJang94

mine is CUDA 10.x environment. Anyway, i am totally noob. so i just run python file outside the learning3d. but errors a lot

Bennyfor13 avatar Feb 28 '24 08:02 Bennyfor13

I have the same issue. CUDA 10.x is not compatible with a NVIDIA 30 series but the repo mentions it should work for versions later to CUDA 10.0. No clue why this issue persists This is my nvcc output: "nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Wed_Sep_21_10:33:58_PDT_2022 Cuda compilation tools, release 11.8, V11.8.89 Build cuda_11.8.r11.8/compiler.31833905_0" Also, I'm using WSL2 with Ubuntu 18.04

Does it have anything to do because I'm using WSL2?

suurajroshan avatar Mar 20 '24 13:03 suurajroshan