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
288 stars 49 forks source link

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

Open wwwpkol opened 1 year ago

wwwpkol commented 1 year ago

I've done this and still get an error, do you have any other solutions? $ sudo apt-get install libosmesa6 $ export PYOPENGL_PLATFORM=osmesa

Combo1 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

https://github.com/eth-siplab/AvatarPoser/issues/11

Here you go