Deploy code docs to GitHub Pages Travis build: 439

Commit: d73053458a
This commit is contained in:
Travis CI
2018-11-29 20:00:17 +00:00
parent f0a4d6c5f7
commit 87c7d2f4df
2 changed files with 15 additions and 11 deletions
+11 -11
View File
@@ -1152,17 +1152,17 @@ Generati/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpos
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:47: warning: unable to resolve reference to `doc/modules' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:49: warning: unable to resolve reference to `doc/released_features.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:49: warning: unable to resolve reference to `doc/release_notes.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:99: warning: unable to resolve reference to `doc/installation.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:108: warning: unable to resolve reference to `doc/demo_overview.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:118: warning: unable to resolve reference to `doc/modules/calibration_module.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:120: warning: unable to resolve reference to `doc/library_introduction.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:120: warning: unable to resolve reference to `examples/user_code/README.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:124: warning: unexpected token TK_EOF as the argument of ref
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:127: warning: unable to resolve reference to `doc/standalone_face_or_hand_keypoint_detector.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:128: warning: unable to resolve reference to `doc/standalone_face_or_hand_keypoint_detector.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:133: warning: unable to resolve reference to `doc/output.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:138: warning: unable to resolve reference to `doc/speed_up_preserving_accuracy.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:163: warning: unable to resolve reference to `doc/contributors.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:106: warning: unable to resolve reference to `doc/installation.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:115: warning: unable to resolve reference to `doc/demo_overview.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:125: warning: unable to resolve reference to `doc/modules/calibration_module.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:127: warning: unable to resolve reference to `doc/library_introduction.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:127: warning: unable to resolve reference to `examples/user_code/README.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:131: warning: unexpected token TK_EOF as the argument of ref
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:134: warning: unable to resolve reference to `doc/standalone_face_or_hand_keypoint_detector.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:135: warning: unable to resolve reference to `doc/standalone_face_or_hand_keypoint_detector.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:140: warning: unable to resolve reference to `doc/output.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:145: warning: unable to resolve reference to `doc/speed_up_preserving_accuracy.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:170: warning: unable to resolve reference to `doc/contributors.md' for \ref command
ng docs for compound op::HandDetector...
Generating docs for compound op::HandDetectorFromTxt...
Generating docs for compound op::HandExtractorCaffe...
+4
View File
@@ -164,6 +164,10 @@ $(document).ready(function(){initNavTree('index.html','');});
<p>&lt;img src="doc/media/pose_hands.gif", width="360"&gt; </p>
<h3>Body Estimation</h3>
<p>&lt;img src="doc/media/dance.gif", width="360"&gt; </p>
<h3>Runtime Analysis</h3>
<p>Inference time comparison between the 3 available pose estimation libraries: OpenPose, Mask R-CNN, and Alpha-Pose (fast Pytorch version): </p>
<p>&lt;img src="doc/media/dance.gif", width="360"&gt; </p>
<p>This analysis was performed using the same images for each algorithm and a batch size of 1. Each analysis was repeated 1000 times and then averaged. This was all performed on a system with a Nvidia 1080 Ti and CUDA 8. Megvii (Face++) and MSRA GitHub repositories were excluded because they only provide pose estimation results given a cropped person. However, they suffer the same problem than Alpha-Pose and Mask R-CNN, their runtimes grow linearly with the number of people.</p>
<h2>Contents</h2>
<ol type="1">
<li><a href="#features">Features</a></li>