-
Notifications
You must be signed in to change notification settings - Fork 30
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) #18
Comments
Hello, I met the same problem as yours. Have you solved it?Maybe it' s caused by error inpud point cloud? |
@AmanTambi @sun123-cmd Hii .. Did you solve this problem?? . I have similar specs in my pc .. How did you install Minkowski Engine ?. Also do you have any tips for correctly configuration of the anygrasp_sdk.. This is my situation: |
Just build it locally. |
@sun123-cmd thanks. Ill try this as well as your code https://github.com/sun123-cmd/Grasp-Module |
System specifications:
CUDA 11.0
Ubuntu 20.04
Python 3.8.17
GPU: NVIDIA RTX A4000 (16 GB)
PyTorch 1.7.1
gcc/g++ 9.4
ERROR:
On running
sh demo.sh
for both graspnet_detection and graspnet_tracking, the following error appears:Segmentation fault (core dumped)
After testing , we found that in graspnet_detection, the error occurs at line 55 of demo.py
'gg, cloud = anygrasp.get_grasp(points, colors, lims)`
This indicates that the problem is in the binaries of anygrasp.
The text was updated successfully, but these errors were encountered: