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 33f49cf1f2 register vitpose-b/l/h for coco 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

Deeppose: Human pose estimation via deep neural networks

Introduction

DeepPose (CVPR'2014)
@inproceedings{toshev2014deeppose,
  title={Deeppose: Human pose estimation via deep neural networks},
  author={Toshev, Alexander and Szegedy, Christian},
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
  pages={1653--1660},
  year={2014}
}

DeepPose first proposes using deep neural networks (DNNs) to tackle the problem of keypoint detection. It follows the top-down paradigm, that first detects the bounding boxes and then estimates poses. It learns to directly regress the hand keypoint coordinates.