-
```
python smplifyx/main.py --config cfg_files/fit_smplx.yaml --data_folder ./data
--output_folder ./output --visualize False --model_folder ../smplx/models
--vposer_ckpt ./vposer --part_segm_fn …
-
Hi guys
It presented to me this error:
Processing: DATA_FOLDER/images/ariba.jpg
Traceback (most recent call last):
File "smplifyx/main.py", line 272, in
main(**args)
File "smplifyx/ma…
-
Hi
first thanks for sharing that code, it is a very cool project.
I have a use case when I am optimizing the pose and shape parameters w.r.t. some animation loss function, but the model makes ver…
-
Hello,
Very impressive works! I am wondering how can I extract the 3D joint coordinates from the code? (and also the name of the corresponding joint)
I am trying this
model_output = b…
-
```
smplifyx\mesh_viewer.py", line 80, in create_mesh
return self.trimesh_to_pymesh(mesh, material=material)
File "C:\ProgramData\Anaconda3\lib\site-packages\pyrender\mesh.py", line 202, in f…
-
Hi,
In the file fit_single_frame.py the code wants to import load_vposer from human_body_prior.tools.model_loader
However, there does not seem to be a load_vposer() function in human_body_prior…
-
Hello!
I want to use other datasets to achieve some of my own tasks (not tasks related to hands and bodies). How to use my own dataset? What preparations need to be done? Can you give specific guidan…
-
Not sure what I did wrong ... installed all dependencies and optional dependencies but get this error when running on an image. Can anyone help please :) Thanks!
Processing: ./data/images/im0117.jp…
-
Could you please have a look at the following error and guide me? Thanks a lot.
```
(smplifyx) [jalal@goku smplify-x]$ ./djrn_fit.sh
Processing: ../../data/smplify-x/djrn_train_data/images/HICO_…
-
So, when I run the fit code in batch among all test images of hico-det, it fails for `HICO_test2015_00001000.jpg` image however, if I run it separately on it, it doesn't. I am very confused by what is…