We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6159d6a commit 62379a5Copy full SHA for 62379a5
README.md
@@ -41,6 +41,12 @@ Above demo videos have low-quality frames because of the compression for the REA
41
3. Set `smplx_path` in `render.py`
42
3. Run `python render.py`
43
44
+## MANO parameter conversion from the world coordinate to the camera coordinate system
45
+1. Install [SMPLX](https://github.com/vchoutas/smplx)
46
+2. `cd tool/MANO_world_to_camera/`
47
+3. Set `smplx_path` in `convert.py`
48
+3. Run `python convert.py`
49
+
50
## Camera positions visualization demo
51
1. `cd tool/camera_visualize`
52
2. Run `python camera_visualize.py`
0 commit comments