facebookresearch / AGRoL

Code release for "Avatars Grow Legs Generating Smooth Human Motion from Sparse Tracking Inputs with Diffusion Model", CVPR 2023
Other
238 stars 24 forks source link

Windows environment isuue #23

Open BhasuraSuseen opened 8 months ago

BhasuraSuseen commented 8 months ago

I have the following error. Is there any solution to get it to work on windows? ImportError: ('Unable to load EGL library', "Could not find module 'EGL' (or one of its dependencies). Try using the full path with constructor syntax.", 'EGL', None)

Ayawang commented 7 months ago

export EGL_DEVICE_ID=1 python test.py --model_path ./pretrained_weights/diffmlp.pt --timestep_respacing ddim5 --support_dir /home/aya/agrol/AGRoL-main/human_body_prior/body_model/parts_segm --dataset_path ./dataset/AMASS/ --vis --output_dir ./custom
try this

yinlu5942 commented 7 months ago

Also had this problem on Ubuntu. check if you installed PyOpenGL and pyrender.