You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: