-
Hello, it's so excited to see your work,especially the demo using htc controllers and headset motions input, which is very amazing for the VR game developers!
And when I try to use the VR headset and…
-
Hi,I want to project the world_src_pts onto 2D image plane,and I use the projection() function from your previous work SHERF,and the projected 2d points seems like wrong,could you help me solve this?F…
-
Hi. Thanks for the great work. What was the reasoning behind the choice for densepose? I see that the segmentation masks are not always accurate so it leads to some inconsistencies in human biomechani…
-
Hello, ECON this job can be used for SCANimate? It looks like their output is the same.
-
感谢作者的分享(you are my hero),加入我自己收集的数据微调了一版,分享一些不错的结果:
https://github.com/TMElyralab/MusePose/assets/57278682/cdb45f46-ca73-446d-a395-4f6709e7c802
https://github.com/TMElyralab/MusePose/ass…
-
threedpw_utils.py
采用默认的threedpw_utils代码处理3dpw的数据时候,采用下面的代码获得vertices
#output = smpl(betas=shape, body_pose=pose[:,3:], global_orient=pose[:,:3], transl=trans)#原始代码
发现这个vertices与spin网络获得cam并不一致,…
-
First, I encountered the bug 'ImportError: cannot import name 'ModelOutput''. Then, I modified the code from 'from smplx.body_models import ModelOutput' to 'from smplx.body_models import SMPLOutput' i…
-
AMASS data typically has 16 beta parameters (at least that's true for the sample data in the AMASS repository). Initializing a SMPL-H body model with `num_betas=16` always hits the following warning:
…
gngdb updated
2 years ago
-
Has HybrIK been tested against the SoTA 3D pose and shape estimation methods that work on the SMPLX body model (Ex: [PIXIE](https://github.com/YadiraF/PIXIE), [SMPLify-X](https://github.com/vchoutas/s…
-
Hi.
I am trying to extract joint positions from body model.
I drew the mesh image and it looked fine.
However, getting Jtr return values did not return correct result.
The code that I used is…