【人体姿态估计2】Real-time Multi-person 2d pose estimation using part affinity fields_2017
文章目录 1、Introduction 2、Method 2.1 Simultaneous Detection and Association 2.2 Confidence Maps for part detection 2.3 Part Affinity Fields for Part Association 2.4 Multi-person parsing using PAFs 3、 Results 3.1 MPII 作者视频讲解: https://www.bilibili.com/video/av40510835/ 源码地址: https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation 论文地址: https://arxiv.org/abs/1611.08050 源码讲解博客地址 pytorch代码地址1: https://github.com/Hzzone/pytorch-openpose pytorch代码地址2: https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation pytorch2讲解博客: https://www.cnblogs.com/demian/p/8988396.html 亮点: