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

pointnet2 module error #27

Open
yhJang94 opened this issue Feb 26, 2024 · 4 comments
Open

pointnet2 module error #27

yhJang94 opened this issue Feb 26, 2024 · 4 comments

Comments

@yhJang94
Copy link

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?

@Bennyfor13
Copy link

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

@yhJang94
Copy link
Author

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?

@Bennyfor13
Copy link

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

@suurajroshan
Copy link

suurajroshan commented Mar 20, 2024

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?

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

3 participants