-
Thanks for your contributions,
I have integrated your code, into https://github.com/vchoutas/smplify-x
I fitted an image then I get a 3D SMPLX Model, then I have used your code to calculate the meas…
-
Hi there, I've been having some issues with getting smplify-x to run and would appreciate any advice on the matter. The only other thread I've come across suggested installing and unpacking smplx in t…
-
![image](https://github.com/vchoutas/smplify-x/assets/43180708/6f06b491-f12b-43cb-aac4-4df407fe4b26)
I ran SMPLifyX today and got the above result.
When I ran it yesterday, I got the following res…
-
https://github.com/vchoutas/smplify-x
Like smplify-x, it will using a traning loop to fitting the shape, does it still needed such a step for TCMR since it already output 3d keypoints and shape. an…
-
I run on another video but it has this issue. How to fix it?
-
\smplifyx\fit_single_frame.py", line 46, in
from human_body_prior.tools.model_loader import load_vposer
ImportError: cannot import name 'load_vposer' from 'human_body_prior.tools.model_loader' …
-
python smplifyx/main.py --config cfg_files/fit_smplx.yaml --data_folder input_image1/ --output_folder OUTPUT_FOLDER --visualize="True" --model_folder models_smplx_v1_1/ --vposer_ckpt V02_05/ --part_se…
-
I ran the code with ` fit_smplx.yaml` with **gmm** prior.
Piror file is from simplify project "gmm_08.pkl".
Test images and keypoints are from ETH evaluation set.
There is a tensor size mism…
-
Processing: data/images\COCO_val2014_000000000241.jpg
Found Trained Model: vposer\snapshots\TR00_E096.pt
Traceback (most recent call last):
File "smplifyx/main.py", line 272, in
main(**args…
-
I find some errors in smplifyx
/fit_single_frame.py from line 108 to 120, data_weights‘s shape is 5,but body_pose_prior_weights‘s shape is 4 so that this will raise an error: AssertionError: Numb…