You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Jul 2017: **Windows**, New [**portable demo**](doc/installation.md#installation---demo)**and**[**easier library installation**](doc/installation.md#installation---library)!
6
27
- Jul 2017: **Hands** released!
@@ -11,6 +32,22 @@ OpenPose
11
32
12
33
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).
13
34
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)
14
51
15
52
16
53
## Introduction
@@ -24,9 +61,10 @@ OpenPose is freely available for free non-commercial use, and may be redistribut
24
61
25
62
In addition, OpenPose would not be possible without the [CMU Panoptic Studio](http://domedb.perception.cs.cmu.edu/).
26
63
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.
27
65
28
66
29
-
Library main functionality:
67
+
## Library main functionality:
30
68
31
69
* Multi-person 15 or **18-keypoint body pose** estimation and rendering. **Running time invariant to number of people** on the image.
32
70
@@ -44,8 +82,6 @@ Library main functionality:
44
82
45
83
* All the functionality is wrapped into a **simple-to-use OpenPose Wrapper class**.
46
84
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
-
49
85
50
86
51
87
## Operating Systems
@@ -55,44 +91,6 @@ The pose estimation work is based on the C++ code from [the ECCV 2016 demo](http
0 commit comments