mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-14 05:10:21 +00:00
+11
-11
@@ -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...
|
||||
|
||||
@@ -164,6 +164,10 @@ $(document).ready(function(){initNavTree('index.html','');});
|
||||
<p><img src="doc/media/pose_hands.gif", width="360"> </p>
|
||||
<h3>Body Estimation</h3>
|
||||
<p><img src="doc/media/dance.gif", width="360"> </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><img src="doc/media/dance.gif", width="360"> </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>
|
||||
|
||||
Reference in New Issue
Block a user