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 929584632e bug fix in MoEMlp input params 3 years ago
..
coco_wholebody_hand register vitpose-b/l/h for coco 3 years ago
freihand2d register vitpose-b/l/h for coco 3 years ago
interhand2d bug fix in MoEMlp input params 3 years ago
onehand10k register vitpose-b/l/h for coco 3 years ago
panoptic2d register vitpose-b/l/h for coco 3 years ago
rhd2d 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 hand keypoint estimation

Top-down methods divide the task into two stages: hand detection and hand keypoint estimation.

They perform hand detection first, followed by hand keypoint estimation given hand 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.