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

Segmentation fault (core dumped) #7

Open
Vegetebird opened this issue Sep 23, 2019 · 2 comments
Open

Segmentation fault (core dumped) #7

Vegetebird opened this issue Sep 23, 2019 · 2 comments

Comments

@Vegetebird
Copy link

When I run the “manopth_mindemo.py”, I get the "Segmentation fault (core dumped)" on Ubuntu. But is OK on my macOs, how can I solve this problem?

@hassony2
Copy link
Owner

Hi @vegetabbird,

A first step to debugging your issue would be to find the exact line that causes the segmentation fault, determine if it is indeed calling the ManoLayer that creates it.
Also, you should check if you are able to run PyTorch code in your virtual environment (not mano, just for instance creating a tensor and putting it on the GPU, to make sure that your install is properly working).

Best,

Yana

@Vegetebird
Copy link
Author

Hi @hassony2 , thanks for answering.
It's OK to run PyTorch code in my virtual environment.
I find the exact line is “hand_verts, hand_joints = mano_layer(random_pose, random_shape)” that causes the segmentation fault.

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

2 participants