With Clothes
1.Learning to reconstruct people in clothing from a single rgb camera(2019)
code:https://github.com/thmoa (no training code) (same link to 1,2,3)
2.Multi-garmentnet: Learning to dress 3d people from images(2019)
code:No training code
3.Tex2shape: Detailed full human body geometry from a single image(2019)
code: No
Learning body and cloth shape from a single image(2020)
code:No
5.H4D: Human 4D Modeling by Learning Neural Compositional Representation(2022)
code:https://github.com/BoyanJIANG/H4DWith Hands
1.Reconstructing signing avatars from video using linguistic priors(2023)
code:https://github.com/MPForte/SGNify
Interacting two-hand 3d pose and shape reconstruction from single color image(2021)
code:https://github.com/iscas3dv/Two-Hand-Shape-Pose_v2
3.Joint hand object 3d reconstruction from a single image with cross-branch feature fusion(2021)
code:No
4.Embodied hands: Modeling and capturing hands and bodies together()
code: https://github.com/otaheri/MANO (no training code)
Whole Body
1.Resolving 3d human pose ambiguities with 3d scene constraints(2019)
Accurate 3d hand pose estimation for whole-body 3d human mesh estimation(2022)
Why use Four hand MCP joint features:The hand MCP joint features are not only beneficial for 3D wrist rotations, but also for 3D elbow rotations, as 3D elbow rotations in the roll-axis are highly related to the hand MCP joint.
Pose2Pose of Hands/body :Extract 3D joint features by interpolating joint coordinates on image features, then concatenate coordinates and features(3D joint coordinates+ Joint features)
code:https://github.com/mks0601/Hand4Whole_RELEASE
PyMAF-X: Towards Well-aligned Full-body Model Regression from Monocular Images(2023)
grid-feature concat mesh align feature, and Spatial Alignment Attention, PyMAF for hand, face, body respectively then Integration.
code: https://github.com/HongwenZhang/PyMAF-X
7.One-stage 3d whole-body mesh recovery with component aware transformer(2023)
Upper Body Dataset
for hand,face, perform RoIAlign on feature maps, then propose feature-level upsampling-crop strategy(multi scale) not image-level upsampling-crop(inspire by ViTDet)
Keypoint-guided deformable attention decoder: use feature map Flr to regress each 2D keypoint positon as Tc (Q), deformable attention.
code: https://github.com/IDEA-Research/OSX
8.Hybrik-x: Hybrid analytical-neural inverse kinematics for whole-body mesh recovery(2023)
SMPL-x, Hybrik for hand, face, body respectively.
code: https://github.com/Jeff-sjtu/HybrIK
9.PyMAF: 3D Human Pose and Shape Regression with Pyramidal Mesh Alignment Feedback Loop(2021)
MAF: 3d joints-->2d joints-->point-wise features for each point(grid_sample)-->concat and dim reduction.
Auxiliary Pixel-wise (IUV prediction)Supervision
code: https://github.com/HongwenZhang/PyMAF
10.Hybrik: A hybrid analytical-neural inverse kinematics solution for 3d human pose and shape estimation(2021)
rotation decomposition : twist(1-DoF),swing(2-DoF)
see the code in comment, hasn't understand the details.
code:https://github.com/Jeff-sjtu/HybrIK
With Clothes 1.Learning to reconstruct people in clothing from a single rgb camera(2019) code:https://github.com/thmoa (no training code) (same link to 1,2,3) 2.Multi-garmentnet: Learning to dress 3d people from images(2019) code:No training code 3.Tex2shape: Detailed full human body geometry from a single image(2019) code: No
1.Resolving 3d human pose ambiguities with 3d scene constraints(2019)
code:https://github.com/mohamedhassanmus/prox (optimization-based method) 2.Monocular expressive body regression through body-driven attention(2020)
code: https://github.com/vchoutas/expose (no training code) 3.A monocular 3d whole-body pose estimation system via regression and integration(2021)
code: https://github.com/facebookresearch/frankmocap.
code: https://github.com/yfeng95/PIXIE(No training code)