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.
857 B
857 B
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 fashion keypoint coordinates.