-
Maybe it is a known issue, I am having trouble running `python test.py`
```
Traceback (most recent call last):
File "test.py", line 1, in
from v2a_model import V2AModel
File "/home/ha…
-
I find that most of the smplxs are aligned to scans, such as 0008:
![19243e094d50520976b606ae25e11b2](https://user-images.githubusercontent.com/122679046/222125956-06bc4aef-67c4-425f-afc7-4f466d586e4…
-
I print the first channel of `vertices_map` in `unroll_gt_smplx` but with SMPL coordinates rather than SMPLX.
```
cv.imwrite(path2save, ((vertices_map[:,:,0,0]*2+1)*255).astype(np.uint8))
```
It …
-
![image](https://user-images.githubusercontent.com/25098355/232705060-073c6fba-1d99-4664-8d9f-63426d7a2e9b.png)
maybe i should change the path?but how to change it?
-
Could you provide the code of generte [it](https://github.com/abhinanda-punnakkal/BABEL/blob/38d8fa9dedfa4a614f2e03604fcb044621e14ee3/action_recognition/data_gen/create_dataset.py#L221) ?
I am very …
-
Thanks for your great work!
I tried your demo on single person estimation and it works well. However, it is using smpl for estimation. I wonder how I can change the model from smpl to smplx. How s…
-
Thanks to the author team for this great work!
I fixed some bugs in [Colab](https://colab.research.google.com/drive/1vGGbsXnSrKqHTcnocMB_k_jE_47JakTa?usp=sharing) to make it work. I have detailed n…
-
Hi Zhengyi,
Thanks for your wonderful work and code release, I want to know how to get the training data and which smpl models to download and which folder to place them. Thanks!
-
Thanks for your work.
I am getting blank screen and segmentation core fault after running the following command:
```python phc/run.py --task HumanoidImMCPGetup --cfg_env phc/data/cfg/phc_shape_…
-
From file all.pkl
I can get the parameters:
```
vertices
joints
full_pose
global_orient
transl
v_shaped
betas
body_pose
left_hand_pose
right_hand_pose
expression
jaw_pose
```
How…