diff --git a/html/index.html b/html/index.html index 5bfcbeb1..91e033fc 100644 --- a/html/index.html +++ b/html/index.html @@ -166,7 +166,7 @@ $(document).ready(function(){initNavTree('index.html','');});
<img src="doc/media/dance.gif", width="360">
Inference time comparison between the 3 available pose estimation libraries: OpenPose, Mask R-CNN, and Alpha-Pose (fast Pytorch version):
-<img src="doc/media/dance.gif", width="360">
+<img src="doc/media/openpose_vs_competition.png", width="360">
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.