You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yufei 98fb7f859f update MoE code for vitpose+ 3 years ago
..
aic register vitpose-b/l/h for coco 3 years ago
coco update MoE code for vitpose+ 3 years ago
crowdpose register vitpose-b/l/h for coco 3 years ago
h36m register vitpose-b/l/h for coco 3 years ago
jhmdb register vitpose-b/l/h for coco 3 years ago
mhp register vitpose-b/l/h for coco 3 years ago
mpii register vitpose-b/l/h for coco 3 years ago
mpii_trb register vitpose-b/l/h for coco 3 years ago
ochuman register vitpose-b/l/h for coco 3 years ago
posetrack18 register vitpose-b/l/h for coco 3 years ago
README.md register vitpose-b/l/h for coco 3 years ago

README.md

Top-down heatmap-based pose estimation

Top-down methods divide the task into two stages: human detection and pose estimation.

They perform human detection first, followed by single-person pose estimation given human bounding boxes. Instead of estimating keypoint coordinates directly, the pose estimator will produce heatmaps which represent the likelihood of being a keypoint.

Various neural network models have been proposed for better performance. The popular ones include stacked hourglass networks, and HRNet.