-
Hi,
in your paper you state that you are using the _BMLrub_ dataset as test dataset. However in your code it looks to me like _BioMotionLab_NTroje_ is hard coded for test. Could you provide some c…
-
there is no argument about expression in render_smpl function, so can't capture face motion?
-
I am interested in implementing SMPL. Are there professional service providers offering SMPL advisory that can help me with my SMPL implementation?
-
Hi @jiashunwang ,thanks for sharing this wondeful work, when I test the pretained model on the datasets you provided, the result looks normal, but when I test the obj file from other smpl based model …
-
If I know the pose parameters, how can I use the code to obtain the cape model? I am not sure where I should modify the code. I look forward to your reply. I appreciate it.
-
Trying to pass a hand pose tensor of shape `(1, 45)`, ie batch size 1 and 45 for the 15 hand angles listed [here](https://github.com/vchoutas/smplx/blob/43561ecabd23cfa70ce7b724cb831b6af0133e6e/smplx/…
gngdb updated
3 months ago
-
Hi, thank you for your great work!
I want to create my own garment template, I have a standard SMPL model and corresponding garment model, but I haven't vertex indexes that described in your garment_…
ljiqy updated
3 years ago
-
Hi, could someone help me with interpreting the results of SMPLOutput? I can get a rough estimate of what each field means. But I can't seme to find documentation on what coordinate space those values…
-
Hi, thanks for your great work.
I wonder why you removed untangling self interpenetration code in `body_model_vposer.py` and kept 'mesh-intersection' as dependency in main 'READ.ME'.
It turns out…
-
Hi,
Awesome work!
I have a question, How can I create a new avatar from an image or video? and apply the .pkl file motion on it.