You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network' paper https://arxiv.org/abs/1807.04067
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets= 20 ] = 0.892
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets= 20 ] = 0.978
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets= 20 ] = 0.921
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets= 20 ] = 0.883
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets= 20 ] = 0.912
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 20 ] = 0.917
Average Recall (AR) @[ IoU=0.50 | area= all | maxDets= 20 ] = 0.982
Average Recall (AR) @[ IoU=0.75 | area= all | maxDets= 20 ] = 0.937
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets= 20 ] = 0.902
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets= 20 ] = 0.944
License
Citation
If you find this code useful for your research, please consider citing our paper:
@Inproceedings{kocabas18prn,
Title = {Multi{P}ose{N}et: Fast Multi-Person Pose Estimation using Pose Residual Network},
Author = {Kocabas, Muhammed and Karagoz, Salih and Akbas, Emre},
Booktitle = {European Conference on Computer Vision (ECCV)},
Year = {2018}
}
About
Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network' paper https://arxiv.org/abs/1807.04067