-
Notifications
You must be signed in to change notification settings - Fork 103
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
Comments
hey,i ’ve met the same problems with you. have you solved yet? |
Most model based on PointNet in github require CUDA 10 version. I think that this code is not compatible to CUDA 10 or later. when i try to adapt this code, it shows me error below. if you run this code on CUDA 10.x environment and RTX 20 series or prior, it's possible to use this. |
mine is CUDA 10.x environment. |
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 Does it have anything to do because I'm using WSL2? |
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?
The text was updated successfully, but these errors were encountered: