-
Notifications
You must be signed in to change notification settings - Fork 17
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
Segmentation fault (core dumped) #7
Comments
Hi, thanks for your interest to our work. This is the problem of PointNet++ on your PC. Please check the requirements of PointNet ++ and install them all. If the problem doesn’t solve, let me know please |
Which dependencies to install? |
@SMohammadi89 Any suggestions? |
Hi, can you please copy past the error here? I have run the code again without any problem! |
There is nothing interesting:
That's all. |
I've tried to run your code:
But get segmentation fault.
Tried to debug and code crashes on this line:
PointView-GCN/Feature_extraction/pointnet_util.py
Line 37 in 200b7b2
I've checked size of tensors and tried to reproduce this error:
The output:
But it works properly, I thought that it can be caused when matmul is processed with certain data, but I've stored the tensors and loaded them again to test it, but there is no error.
Can you help with this?
The text was updated successfully, but these errors were encountered: