body_visualizer
body_visualizer copied to clipboard
Visualization code for SMPL body model Family
ValueError: Cannot use face colors with a smooth mesh Fix line 88: mesh = pyrender.Mesh.from_trimesh(mesh) to mesh = pyrender.Mesh.from_trimesh(mesh, smooth = False)
Hello, Thank you for your amazing work on this repository! I have been trying to use the visualization tools in `src/body_visualizer/tools/vis_tools.py` and encountered issues with PyOpenGL. The fix was to...
Is the human body parameters passed in a left-hand coordinate system or a right-hand coordinate system? What is the specific orientation of xyz? thanks
encountered error while doing a mosh run