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) #14

Open
Creasy66 opened this issue Feb 11, 2023 · 3 comments
Open

Segmentation fault (core dumped) #14

Creasy66 opened this issue Feb 11, 2023 · 3 comments

Comments

@Creasy66
Copy link

Creasy66 commented Feb 11, 2023

python main.py --conf confs/motion_ablation/interpolation/argue.conf
2023-02-11 18:15:16.331 | INFO | human_body_prior.tools.model_loader:load_model:97 - Loaded model in eval mode with trained weights: data/vposer/snapshots/V02_05_epoch=13_val_loss=0.03.ckpt
Segmentation fault (core dumped)

when i try to generate pose or motion, i got a "Segmentation fault (core dumped)" problem, how can i deal with this?
A100-40GB , cuda11.0,pytorch 1.7.1

@Creasy66
Copy link
Author

yeah, I fixed it by setting :
os.environ['PYOPENGL_PLATFORM'] = 'egl'
in file:
anaconda3/envs/AvatarCLIP/lib/python3.7/site-packages/pyrender/renderer.py
line 10

@1390806607
Copy link

Has this problem been solved? @Creasy66

@Creasy66
Copy link
Author

Creasy66 commented Nov 1, 2023

Has this problem been solved? @Creasy66

yes, In my case, it is a pyrender problem, but you can check my solution.
I fixed it by setting :
os.environ['PYOPENGL_PLATFORM'] = 'egl'
in file:
anaconda3/envs/AvatarCLIP/lib/python3.7/site-packages/pyrender/renderer.py
line 10

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