Open ouusan opened 1 month ago
and code: https://github.com/akashsengupta1997/STRAPS-3DHumanShapePose
An extra model such as GMM [4], GAN [18,9] or VAE [43,22] is trained on a large motion capture dataset AMASS [33] to be an implicit prior. Other methods search for plausible SMPL parameters that may be close to the ground truth to be an explicit prior [39,13].
1.Delving Deep Into Hybrid Annotations for 3D Human Recovery in the Wild(2019) In annotations used for input and supervision, dense correspondence can be more effective, or achieve same results when only keep 20 precent 3D in the wild annotations. other comparison among various kind of annotations. code: https://github.com/penincillin/DCT_ICCV-2019 2.Deep Two-Stream Video Inference for Human Body Pose and Shape Estimation(2021) two-stream: optical flow can improve smoothness of human motion, temporal network use transformer instead of GRU(temporal information is inevitably lost). Flow supervision. code:No 3.LASOR: Learning Accurate 3D Human Pose and Shape Via Synthetic Occlusion-Aware Data and Neural Mesh Rendering(2021) viewpoint augmentation strategy( modify the orientation of the body relative to the camera) to generate intermediate representations(Synthetic Data Generation), Differentiable rendering and silhouette loss, full losses are adaptively combined using homoscedastic uncertainty code: https://github.com/iGame-Lab/LASOR 4.CLIFF: Carrying Location Information in Full Frames into Human Pose and Shape Estimation(2022) cropped image+bounding box information(encodes its discarded location and size in the original full image), 2D reprojection loss with a broader view of the full frame(project 3D joints onto the full image,not cropped) code: https://github.com/huawei-noah/noah-research/tree/master/CLIFF Mindspore. https://www.mindspore.cn