mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 20:30:20 +00:00
Added runtime analysis in README
This commit is contained in:
@@ -76,6 +76,13 @@ For further details, check [all released features](doc/released_features.md) and
|
||||
<img src="doc/media/dance.gif", width="360">
|
||||
</p>
|
||||
|
||||
### Runtime Analysis
|
||||
Inference time comparison between the 3 available pose estimation libraries: OpenPose, Mask R-CNN, and Alpha-Pose (fast Pytorch version):
|
||||
<p align="center">
|
||||
<img src="doc/media/dance.gif", width="360">
|
||||
</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.
|
||||
|
||||
|
||||
|
||||
## Contents
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -446,8 +446,8 @@ namespace op
|
||||
// Minimum spanning tree
|
||||
0,1, 1,2, 2,3, 0,4, 4,5, 5,6, 7,8, 8,9, 10,11, 11,12, 0,13, 13,15, 0,14, 14,16, 12,17, 17,18, 12,19, 9,20, 20,21, 9,22, 1,7, 4,10,
|
||||
// Redundant ones
|
||||
// Ears-shoulders, ears, shoulders-wrists, hips-ankles, wrists, ankles, wrists-hips, small toes-ankles, hips)
|
||||
1,15, 4,16, 15,16, 1,3, 4,6, 7,9, 10,12, 3,6, 9,12, 3,7, 6,10, 9,21, 12,18, 7,10
|
||||
// Ears-shoulders, ears, hips, shoulders-wrists, hips-ankles, wrists, ankles, wrists-hips, small toes-ankles)
|
||||
1,15, 4,16, 15,16, 7,10, 1,3, 4,6, 7,9, 10,12, 3,6, 9,12, 3,7, 6,10, 9,21, 12,18
|
||||
},
|
||||
// CAR_22
|
||||
std::vector<unsigned int>{
|
||||
|
||||
Reference in New Issue
Block a user