From 635dc580ace8b62dbd64f9943b5e29316a7cd22d Mon Sep 17 00:00:00 2001 From: Gines Date: Mon, 10 Jul 2017 12:32:37 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 588e8cf4..89d919da 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,6 @@ OpenPose -## Operating Systems -1. **Ubuntu** 14 and 16. -2. **Windows** 10. -3. Other people have been able to install it on **Windows 7 and 8**, **Mac**, **CentOS**, and **Nvidia Jetson (TK1 and TX1)** embedded systems. However, we do not officially support them at the moment. - - - ## Introduction OpenPose is a **library for real-time multi-person keypoint detection and multi-threading written in C++** using OpenCV and Caffe*, authored by [Gines Hidalgo](https://www.linkedin.com/in/gineshidalgo/), [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), [Hanbyul Joo](http://www.cs.cmu.edu/~hanbyulj/) and [Yaser Sheikh](http://www.cs.cmu.edu/~yaser/). @@ -54,6 +47,13 @@ The pose estimation work is based on the C++ code from [the ECCV 2016 demo](http +## Operating Systems +1. **Ubuntu** 14 and 16. +2. **Windows** 10. +3. Other people have been able to install it on **Windows 7 and 8**, **Mac**, **CentOS**, and **Nvidia Jetson (TK1 and TX1)** embedded systems. However, we do not officially support them at the moment. + + + ## Results ### Body + Hands + Face Estimation

-- GitLab