Lifting-from-the-Deep-release-master

所属分类:Linux/Unix编程
开发工具:LINUX
文件大小:994KB
下载次数:2
上传日期:2018-02-28 15:40:11
上 传 者hahabixiu
说明:  人体特征点检测的程序; 简单可用,但是效果有待改善,好多动作形式效果不好,还是openpose的效果好,建议看其官网
(pose estimation,but have bad effect)

文件列表:
LICENSE (35141, 2018-01-18)
applications (0, 2018-01-18)
applications\__init__.py (258, 2018-01-18)
applications\demo.py (1644, 2018-01-18)
data (0, 2018-01-18)
data\images (0, 2018-01-18)
data\images\teaser-github.png (427138, 2018-01-18)
data\images\test_image.png (575359, 2018-01-18)
packages (0, 2018-01-18)
packages\lifting (0, 2018-01-18)
packages\lifting\__init__.py (51, 2018-01-18)
packages\lifting\_pose_estimator.py (5174, 2018-01-18)
packages\lifting\utils (0, 2018-01-18)
packages\lifting\utils\__init__.py (219, 2018-01-18)
packages\lifting\utils\config.py (691, 2018-01-18)
packages\lifting\utils\cpm.py (17877, 2018-01-18)
packages\lifting\utils\draw.py (2951, 2018-01-18)
packages\lifting\utils\prob_model.py (9485, 2018-01-18)
packages\lifting\utils\process.py (11006, 2018-01-18)
packages\lifting\utils\upright_fast.py (9788, 2018-01-18)
setup.sh (618, 2018-01-18)

# Lifting from the Deep Denis Tome', Chris Russell, Lourdes Agapito [Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image](http://openaccess.thecvf.com/content_cvpr_2017/papers/Tome_Lifting_From_the_CVPR_2017_paper.pdf), CVPR 2017 This project is licensed under the terms of the GNU GPLv3 license. By using the software, you are agreeing to the terms of the license agreement ([link](https://github.com/DenisTome/Lifting-from-the-Deep-release/blob/master/LICENSE)). ![Teaser?](https://github.com/DenisTome/Lifting-from-the-Deep-release/blob/master/data/images/teaser-github.png) ## Abstract We propose a unified formulation for the problem of 3D human pose estimation from a single raw RGB image that reasons jointly about 2D joint estimation and 3D pose reconstruction to improve both tasks. We take an integrated approach that fuses probabilistic knowledge of 3D human pose with a multi-stage CNN architecture and uses the knowledge of plausible 3D landmark locations to refine the search for better 2D locations. The entire process is trained end-to-end, is extremely efficient and obtains stateof-the-art results on Human3.6M outperforming previous approaches both on 2D and 3D errors. ## Dependencies The code is compatible with python2.7 - [Tensorflow 1.0](https://www.tensorflow.org/) - [OpenCV](http://opencv.org/) ## Models For this demo, CPM's caffe-models trained on the MPI datasets ([link](https://github.com/shihenw/convolutional-pose-machines-release/tree/master/model)) are used for **2D pose estimation**, whereas for **3D pose estimation** our probabilistic 3D pose model is trained on the [Human3.6M dataset](http://vision.imar.ro/human3.6m/description.php). ## Testing - First, run `setup.sh` to retreive the trained models and to install the external utilities. - Run `demo.py` to evaluate the test image. ## Additional material - Project [webpage](http://visual.cs.ucl.ac.uk/pubs/liftingFromTheDeep/) - Some [videos](https://youtu.be/tKfkGttx0qs). ## Citation @InProceedings{Tome_2017_CVPR, author = {Tome, Denis and Russell, Chris and Agapito, Lourdes}, title = {Lifting From the Deep: Convolutional 3D Pose Estimation From a Single Image}, booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {July}, year = {2017} } ## Notes The models provided for the demo are NOT the ones that have been used to generate results for the paper. We are still in the process of converting all the code. ## References - [Convolutional Pose Machines (CPM)](https://github.com/shihenw/convolutional-pose-machines-release).

近期下载者

相关文件


收藏者