Created on 2024-10-17T14:03:26+08:00 @author: Richie Bao

Human Pose Estimation (人体姿态估计)

组件 说明 示例 示例代码下载
pys
MediaPipePoseImage
MediaPipePoseMove
MediaPipe 人体姿态估计的图像模式;
移动 MediaPipe 库人体姿态模拟结果至新的位置点
pys moths_humanPoseEstimation_MediaPipePoseImage.gh下载
pys
MediaPipePoseVideo
MediaPipePoseAnim
用 MediaPipe 库的人体姿态估计提取视频中人体关键点信息,包括关键点之间的连线;
还原视频中用 MediaPipe 库的人体姿态估计提取视频中人体关键点信息和连接线的动画
pys moths_humanPoseEstimation_MediaPipePoseVideo.gh下载
pys
AGORA-SMPLXHumanPose
读取 AGORA 人体姿态估计数据集,使用 SMPL-X (Skinned Multi-Person Linear Model )蒙皮多人线性模型重建三维人体模型 pys moths_humanPoseEstimation_AGORA-SMPLXHumanPose.gh下载
pys
VPoserSMPL-X
使用 VPoser (Variational Human Pose Prior )先验分布模型提取 SMPL-X 的姿态参数(pose)后建立 3D 人体模型 pys moths_humanPoseEstimation_VPoserSMPLX.gh下载
pys
Multi-HMR
Multi-HMR2SMPLX
对单幅 RGB 图像,相机空间中的多人进行人体 3D 建模(使用 SMPL 模型);
提取 Multi-HMR 组件输出端 humans 中,对应 SMPLX 的参数,并建立 3D 人体模型
pys moths_humanPoseEstimation_MultiHMR.gh下载