Skip to content

Commit 9b920fc

Browse files
authored
Update README.md
1 parent 1d30b44 commit 9b920fc

File tree

1 file changed

+39
-41
lines changed

1 file changed

+39
-41
lines changed

README.md

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
OpenPose
22
====================================
33

4+
## Results
5+
### Body + Hands + Face Estimation
6+
<p align="center">
7+
<img src="doc/media/pose_face_hands.gif", width="480">
8+
</p>
9+
10+
### Body Estimation
11+
<p align="center">
12+
<img src="doc/media/dance.gif", width="480">
13+
</p>
14+
15+
### Body + Face Estimation
16+
<p align="center">
17+
<img src="doc/media/pose_face.gif", width="480">
18+
</p>
19+
20+
### Body + Hands
21+
<p align="center">
22+
<img src="doc/media/pose_hands.gif", width="480">
23+
</p>
24+
425
## Latest News
526
- Jul 2017: **Windows**, New [**portable demo**](doc/installation.md#installation---demo) **and** [**easier library installation**](doc/installation.md#installation---library)!
627
- Jul 2017: **Hands** released!
@@ -11,6 +32,22 @@ OpenPose
1132

1233
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).
1334

35+
## Contents
36+
1. [Introduction](#introduction)
37+
2. [Library main functionality](#library-main-functionality)
38+
3. [Operating Systems](#operating-systems)
39+
1. [Installation, Reinstallation and Uninstallation](#installation-reinstallation-and-uninstallation)
40+
2. [Custom Caffe](#custom-caffe)
41+
3. [Quick Start](#quick-start)
42+
1. [Demo](#demo)
43+
2. [OpenPose Wrapper](#openpose-wrapper)
44+
3. [OpenPose Library](#openpose-library)
45+
4. [Output](#output)
46+
5. [Speed Up Openpose And Benchmark](#speed-up-openpose-and-benchmark)
47+
6. [Send Us Failure Cases!](#send-us-failure-cases)
48+
7. [Send Us Your Feedback!](#send-us-your-feedback)
49+
8. [Citation](#citation)
50+
9. [Other Contributors](#other-contributors)
1451

1552

1653
## Introduction
@@ -24,9 +61,10 @@ OpenPose is freely available for free non-commercial use, and may be redistribut
2461

2562
In addition, OpenPose would not be possible without the [CMU Panoptic Studio](http://domedb.perception.cs.cmu.edu/).
2663

64+
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.
2765

2866

29-
Library main functionality:
67+
## Library main functionality:
3068

3169
* Multi-person 15 or **18-keypoint body pose** estimation and rendering. **Running time invariant to number of people** on the image.
3270

@@ -44,8 +82,6 @@ Library main functionality:
4482

4583
* All the functionality is wrapped into a **simple-to-use OpenPose Wrapper class**.
4684

47-
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.
48-
4985

5086

5187
## Operating Systems
@@ -55,44 +91,6 @@ The pose estimation work is based on the C++ code from [the ECCV 2016 demo](http
5591

5692

5793

58-
## Results
59-
### Body + Hands + Face Estimation
60-
<p align="center">
61-
<img src="doc/media/pose_face_hands.gif", width="480">
62-
</p>
63-
64-
### Body Estimation
65-
<p align="center">
66-
<img src="doc/media/dance.gif", width="480">
67-
</p>
68-
69-
### Body + Face Estimation
70-
<p align="center">
71-
<img src="doc/media/pose_face.gif", width="480">
72-
</p>
73-
74-
### Body + Hands
75-
<p align="center">
76-
<img src="doc/media/pose_hands.gif", width="480">
77-
</p>
78-
79-
80-
## Contents
81-
1. [Installation, Reinstallation and Uninstallation](#installation-reinstallation-and-uninstallation)
82-
2. [Custom Caffe](#custom-caffe)
83-
3. [Quick Start](#quick-start)
84-
1. [Demo](#demo)
85-
2. [OpenPose Wrapper](#openpose-wrapper)
86-
3. [OpenPose Library](#openpose-library)
87-
4. [Output](#output)
88-
5. [Speed Up Openpose And Benchmark](#speed-up-openpose-and-benchmark)
89-
6. [Send Us Failure Cases!](#send-us-failure-cases)
90-
7. [Send Us Your Feedback!](#send-us-your-feedback)
91-
8. [Citation](#citation)
92-
9. [Other Contributors](#other-contributors)
93-
94-
95-
9694
## Installation, Reinstallation and Uninstallation
9795
You can find the installation, reinstallation and uninstallation steps on: [doc/installation.md](doc/installation.md).
9896

0 commit comments

Comments
 (0)