提交 9b920fc5 编写于 作者: Z Zhe Cao 提交者: GitHub

Update README.md

上级 1d30b441
OpenPose
====================================
## Results
### Body + Hands + Face Estimation
<p align="center">
<img src="doc/media/pose_face_hands.gif", width="480">
</p>
### Body Estimation
<p align="center">
<img src="doc/media/dance.gif", width="480">
</p>
### Body + Face Estimation
<p align="center">
<img src="doc/media/pose_face.gif", width="480">
</p>
### Body + Hands
<p align="center">
<img src="doc/media/pose_hands.gif", width="480">
</p>
## Latest News
- Jul 2017: **Windows**, New [**portable demo**](doc/installation.md#installation---demo) **and** [**easier library installation**](doc/installation.md#installation---library)!
- Jul 2017: **Hands** released!
......@@ -11,6 +32,22 @@ OpenPose
We are offering [internships at Carnegie Mellon University as OpenPose programmer](https://docs.google.com/document/d/14SygG39NjIRZfx08clewTdFMGwVdtRu2acyCi3TYcHs/edit?usp=sharing) (need to live in or be willing to move to Pittsburgh).
## Contents
1. [Introduction](#introduction)
2. [Library main functionality](#library-main-functionality)
3. [Operating Systems](#operating-systems)
1. [Installation, Reinstallation and Uninstallation](#installation-reinstallation-and-uninstallation)
2. [Custom Caffe](#custom-caffe)
3. [Quick Start](#quick-start)
1. [Demo](#demo)
2. [OpenPose Wrapper](#openpose-wrapper)
3. [OpenPose Library](#openpose-library)
4. [Output](#output)
5. [Speed Up Openpose And Benchmark](#speed-up-openpose-and-benchmark)
6. [Send Us Failure Cases!](#send-us-failure-cases)
7. [Send Us Your Feedback!](#send-us-your-feedback)
8. [Citation](#citation)
9. [Other Contributors](#other-contributors)
## Introduction
......@@ -24,9 +61,10 @@ OpenPose is freely available for free non-commercial use, and may be redistribut
In addition, OpenPose would not be possible without the [CMU Panoptic Studio](http://domedb.perception.cs.cmu.edu/).
The pose estimation work is based on the C++ code from [the ECCV 2016 demo](https://github.com/CMU-Perceptual-Computing-Lab/caffe_rtpose), "Realtime Multiperson Pose Estimation", [Zhe Cao](http://www.andrew.cmu.edu/user/zhecao), [Tomas Simon](http://www.cs.cmu.edu/~tsimon/), [Shih-En Wei](https://scholar.google.com/citations?user=sFQD3k4AAAAJ&hl=en), [Yaser Sheikh](http://www.cs.cmu.edu/~yaser/). The [original repo](https://github.com/ZheC/Multi-Person-Pose-Estimation) includes Matlab and Python version, as well as the training code.
Library main functionality:
## Library main functionality:
* Multi-person 15 or **18-keypoint body pose** estimation and rendering. **Running time invariant to number of people** on the image.
......@@ -44,8 +82,6 @@ Library main functionality:
* All the functionality is wrapped into a **simple-to-use OpenPose Wrapper class**.
The pose estimation work is based on the C++ code from [the ECCV 2016 demo](https://github.com/CMU-Perceptual-Computing-Lab/caffe_rtpose), "Realtime Multiperson Pose Estimation", [Zhe Cao](http://www.andrew.cmu.edu/user/zhecao), [Tomas Simon](http://www.cs.cmu.edu/~tsimon/), [Shih-En Wei](https://scholar.google.com/citations?user=sFQD3k4AAAAJ&hl=en), [Yaser Sheikh](http://www.cs.cmu.edu/~yaser/). The [full project repo](https://github.com/ZheC/Multi-Person-Pose-Estimation) includes Matlab and Python version, as well as training code.
## Operating Systems
......@@ -55,44 +91,6 @@ The pose estimation work is based on the C++ code from [the ECCV 2016 demo](http
## Results
### Body + Hands + Face Estimation
<p align="center">
<img src="doc/media/pose_face_hands.gif", width="480">
</p>
### Body Estimation
<p align="center">
<img src="doc/media/dance.gif", width="480">
</p>
### Body + Face Estimation
<p align="center">
<img src="doc/media/pose_face.gif", width="480">
</p>
### Body + Hands
<p align="center">
<img src="doc/media/pose_hands.gif", width="480">
</p>
## Contents
1. [Installation, Reinstallation and Uninstallation](#installation-reinstallation-and-uninstallation)
2. [Custom Caffe](#custom-caffe)
3. [Quick Start](#quick-start)
1. [Demo](#demo)
2. [OpenPose Wrapper](#openpose-wrapper)
3. [OpenPose Library](#openpose-library)
4. [Output](#output)
5. [Speed Up Openpose And Benchmark](#speed-up-openpose-and-benchmark)
6. [Send Us Failure Cases!](#send-us-failure-cases)
7. [Send Us Your Feedback!](#send-us-your-feedback)
8. [Citation](#citation)
9. [Other Contributors](#other-contributors)
## Installation, Reinstallation and Uninstallation
You can find the installation, reinstallation and uninstallation steps on: [doc/installation.md](doc/installation.md).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册