hrnet_humanart.md

June 26, 2023 ยท View on GitHub

HRNet (CVPR'2019)
@inproceedings{sun2019deep,
  title={Deep high-resolution representation learning for human pose estimation},
  author={Sun, Ke and Xiao, Bin and Liu, Dong and Wang, Jingdong},
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
  pages={5693--5703},
  year={2019}
}
COCO (ECCV'2014)
@inproceedings{lin2014microsoft,
  title={Microsoft coco: Common objects in context},
  author={Lin, Tsung-Yi and Maire, Michael and Belongie, Serge and Hays, James and Perona, Pietro and Ramanan, Deva and Doll{\'a}r, Piotr and Zitnick, C Lawrence},
  booktitle={European conference on computer vision},
  pages={740--755},
  year={2014},
  organization={Springer}
}
Human-Art (CVPR'2023)
@inproceedings{ju2023humanart,
    title={Human-Art: A Versatile Human-Centric Dataset Bridging Natural and Artificial Scenes},
    author={Ju, Xuan and Zeng, Ailing and Jianan, Wang and Qiang, Xu and Lei, Zhang},
    booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),
    year={2023}}

Results on Human-Art validation dataset with detector having human AP of 56.2 on Human-Art validation dataset

With classic decoder

ArchInput SizeAPAP50AP75ARAR50ckptlog
pose_hrnet_w32-coco256x1920.2520.3970.2550.3210.485ckptlog
pose_hrnet_w32-humanart-coco256x1920.3990.5450.4200.4660.613ckptlog
pose_hrnet_w48-coco256x1920.2710.4130.2770.3390.499ckptlog
pose_hrnet_w48-humanart-coco256x1920.4170.5530.4420.4810.617ckptlog

Results on Human-Art validation dataset with ground-truth bounding-box

With classic decoder

ArchInput SizeAPAP50AP75ARAR50ckptlog
pose_hrnet_w32-coco256x1920.5330.7710.5620.5740.792ckptlog
pose_hrnet_w32-humanart-coco256x1920.7540.9060.8120.7830.916ckptlog
pose_hrnet_w48-coco256x1920.5570.7820.5930.5950.804ckptlog
pose_hrnet_w48-humanart-coco256x1920.7690.9060.8250.7960.919ckptlog

Results on COCO val2017 with detector having human AP of 56.4 on COCO val2017 dataset

With classic decoder

ArchInput SizeAPAP50AP75ARAR50ckptlog
pose_hrnet_w32-coco256x1920.7490.9060.8210.8040.945ckptlog
pose_hrnet_w32-humanart-coco256x1920.7410.9020.8140.7950.941ckptlog
pose_hrnet_w48-coco256x1920.7560.9080.8260.8090.945ckptlog
pose_hrnet_w48-humanart-coco256x1920.7510.9050.8220.8050.943ckptlog