eth-siplab / AvatarPoser

Official Code for ECCV 2022 paper "AvatarPoser: Articulated Full-Body Pose Tracking from Sparse Motion Sensing"
https://siplab.org/projects/AvatarPoser
MIT License
277 stars 46 forks source link

NotImplementedError: Platform does not define a GLUT font retrieval function #11

Closed artificialhumanbeing closed 1 year ago

artificialhumanbeing commented 1 year ago

Hi ! When I run $ python main_test_avatarposer.py , got this error. I tried the solution in https://github.com/MPI-IS/mesh/issues/49#issuecomment-705194582 , but it didn't work. Can someone help me with this error? image

Thanks!

ChrisGoettfert commented 1 year ago

hey, how did you fix it?

artificialhumanbeing commented 1 year ago

hey, how did you fix it?

Commented out the "GLUT" in "psbody/mesh/meshviewer.py ,line49", like from OpenGL import GL, GLU #GLUT