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 4fd8507ad3 update training params for vitpose-s 3 years ago
..
animalpose register vitpose-b/l/h for coco 3 years ago
ap10k bug fix in MoEMlp input params 3 years ago
apt36k update training params for vitpose-s 3 years ago
atrw register vitpose-b/l/h for coco 3 years ago
fly register vitpose-b/l/h for coco 3 years ago
horse10 register vitpose-b/l/h for coco 3 years ago
locust register vitpose-b/l/h for coco 3 years ago
macaque register vitpose-b/l/h for coco 3 years ago
zebra 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: object detection and pose estimation.

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