-
Hi,
Can somebody help me out, please?
If I want to render a custom UV map on top of SMPL body, how can I do it based on this paper's code?
Thanks
Again. Great paper guys.
-
Hello authors!
Great job on all your effort in creating this large dataset! I was trying to play around with it by first loading and visualizing the motions.
For some reason I noticed some issue…
-
Dear author,
I want to test your normal net performance with my custom multiview data. Since I have already konwn the camera parameters and SMPLX parameters of the captured human, could you pls te…
-
Hi @nkolot , @geopavlakos , et al.,
May I ask how `has_body_pose` and `has_betas` are determined? I found some even have `has_body_pose=1` but `has_betas=0`. In SPIN, `pose` and `betas` share a `h…
-
Exported .npy has SMPL parameters but it would be great if it also get exported as pkl file with SMPL parameters.
-
@vchoutas Hi! Thanks for the excellent tool and code!
I am fitting SMPL-X model to images, whose lower body is not visible. If I just apply the original smplify-x on them, the results will be so te…
-
Hi, thanks for your greate work, but I encounter an issue when running data_processing code, command i use is following:
`python preprocess_img_for_inversion.py --test_data_dir=/data/Portrait3D/test_…
-
From where can i get Person.obj file
File is produced from blender or by coding
-
What is the position of smpl_54 in a body image
-
the code can work normally when the model type is smplx.
and now I try to fit the smpl params instead of the smplx following the smplx moshpp process.
at first I donwloaded the smpl basic models, an…