FAQ
How to make motion capture work?
- No loose clothing
- No solid color clothes
- Keep the full body in the image, no half body
- Keep the camera static
ImportError: cannot import name ‘OSMesaCreateContextAttribs’ from ‘OpenGL.osmesa’ (/home/qing/miniconda3/envs/easymocap/lib/python3.9/site-packages/OpenGL/osmesa/init.py)
Check Install pyrender in a server:
ImportError: (‘Unable to load OpenGL library’, ‘OSMesa: cannot open shared object file: No such file or directory’, ‘OSMesa’, None)
In Linux, you should make sure that you have installed osmesa
. See Install osmesa with sudo
NoSuchDisplayException: Cannot connect to “None”
Run export PYOPENGL_PLATFORM=osmesa
.