AvatarCLIP icon indicating copy to clipboard operation
AvatarCLIP copied to clipboard

Segmentation fault (core dumped)

Open Creasy66 opened this issue 2 years ago • 3 comments

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 avatar Feb 11 '23 10:02 Creasy66

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

Creasy66 avatar Feb 16 '23 03:02 Creasy66

Has this problem been solved? @Creasy66

1390806607 avatar Oct 30 '23 07:10 1390806607

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

Creasy66 avatar Nov 01 '23 09:11 Creasy66