Updated doc image paths to local repo

This commit is contained in:
gineshidalgo99
2017-04-24 14:10:20 -04:00
parent f5565214b0
commit 39f0e08c45
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -29,11 +29,11 @@ This work is based on the C++ code from [C++ real-time ECCV 2016 demo](https://g
## Results
<p align="center">
<img src="https://github.com/CMU-Perceptual-Computing-Lab/openpose_private/blob/master/doc/media/dance.gif", width="720">
<img src="doc/media/dance.gif", width="720">
</p>
<p align="center">
<img src="https://github.com/CMU-Perceptual-Computing-Lab/openpose_private/blob/master/doc/media/shake.gif", width="720">
<img src="doc/media/shake.gif", width="720">
</p>
+1 -1
View File
@@ -5,7 +5,7 @@ OpenPose Library - Basic Overview
## Modules Diagram
<p align="center">
<img src="https://github.com/CMU-Perceptual-Computing-Lab/openpose_private/blob/master/doc/UML/1_0_0rc1/UML.png", width="720">
<img src="../doc/UML/1_0_0rc1/UML.png", width="720">
</p>