-
#33
So, after the above issue, the code is running but no output meshes are being created.
The code is stuck again.
The output folder has different sub-folders and only a single pkl file.
![Scr…
-
Hi, thanks for your work.
I tried both the "SMPL-H" and the "SMPL-H for AMass" models downloaded from the Mano website, however it seems both of them do not work, causing the "AttributeError: 'Stru…
-
When I try to run the following code :
python3 smplifyx/main.py --config cfg_files/fit_smplx.yaml --data_folder test_images --output_folder results --visualize="True" --model_folder models/smplx/SMP…
-
When I run this code in a folder with many some images, the code will stop sometimes. The error is
```
Found Trained Model: vposer_v1_0/snapshots/TR00_E096.pt
NaN loss value, stopping!
Camera ini…
-
Testing sample images found in smplify-x/src/homogenous-master/samples. Every time there is a segmentation fault at beginning of Stage 3:
~/smplify-x$ python3 smplifyx/main.py --config cfg_files/fi…
-
Hello! Thanks for the great work!
I want to know why number of parameters of "body_pose" is 32 ? and how to change "32" to "63" ?
Can I get 63 parameters of "body_pose" directly from the smplifyx p…
-
Hi @vchoutas , i am able to generate the 3d pose correctly but i am little curious to know how to set the focal length parameter in yaml file.
I am using a oneplus camera and it has 25mm focal lengt…
-
root@92aefbd387d9:/home/playing_smplifyx# nvidia-smi
Sat May 23 03:39:22 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.64.00 Drive…
-
Directory '.' is not installable. File 'setup.py' not found.
The command '/bin/sh -c cd /home/playing_smplifyx/ && pip3 install -r requirements.txt && cd human_body_prior && pip3 install .' returned …
-
I am trying to implement this on colab. After running the script, I am getting a .pkl and .onj but the image is not obtained. That is maybe because I have kept the visualize flag to be OFF and I guess…