-
The bottleneck is in the [SMPLX_Util.get_body_vertices_sequence](https://github.com/Silverster98/HUMANISE/blob/main/model/solver.py#L1175), since it will load the smplx pretrained weights repeatedly. …
-
Hi,
For me the installation fails. Would you mind sharing your setup or updating the installation instructions.
I am using Ubuntu 20.04 and python 3.8.10. When I follow the installation instructio…
-
Hi!
I have a question, the opposite of the question in this issue #21
Can you share the code to convert the SMPLX expression parameter into the face Blendshape weights?
I want to learn to do…
-
I got this error:
```
$ project_joints --imgFolder demo/images/train --loadPrecomputed demo/Cam/train_Cam --modeltype SMPLX --kid_template_path utils/smplx_kid_template.npy --modelFolder demo/mode…
-
Hello, I have successfully run the demo, and the results are good. But I encountered an issue while training on the 3090, and I hope you can help me resolve it.
I have modified the values of `datamod…
-
Hi, thanks for your nice work. Can you share the rest_pose_smplx_vertex_normals.npy ?
-
I got the pose of hands from the output of the demo code. When I apply the pose to an avatar, its hands have weird pose. I guess it is related to the parameter "flat_hand_mean" of the SMPLX model. So …
-
I come from trying to follow the nerfstudio tutorial. I also checked that the error happens following the basic example here. I can execute the example `python ./examples/02_gui.py`, but when I open t…
-
https://github.com/zju3dv/animatable_nerf/blob/master/tools/render_skeleton.py#L63
请问为什么变换矩阵的偏移可以直接用根节点坐标系下的偏移而不是用上一个节点坐标系下的偏移?
-
Hi, I just wanted to note this is amazing work!
I've been trying to test Smplify-X on a custom image of a person standing up.
I've been getting this error:
`Traceback (most recent call last):
…