This code base is the pytorch implementation of the paper:
Rethinking Visibility in Human Pose Estimation: Occluded Pose Reasoning via Transformers, WACV 2024, Oral
Pengzhan Sun, Kerui Gu, Yunsong Wang, Linlin Yang, Angela Yao
- Clean the codebase
- Write a Readme for training and inference scripts
pip install -r requirements.txt
If you use this code repository in your research, please cite this paper.
@inproceedings{sun2024rethinking,
title={Rethinking Visibility in Human Pose Estimation: Occluded Pose Reasoning via Transformers},
author={Sun, Pengzhan and Gu, Kerui and Wang, Yunsong and Yang, Linlin and Yao, Angela},
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
pages={5903--5912},
year={2024}
}
Contact: pengzhansun6@gmail.com