anhle-uet / PRTR

In this paper, we present a regression-based pose recognition method using cascade Transformers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRTR: Pose Recognition with Cascade Transformers

Introduction

This repository is the official implementation for Pose Recognition with Cascade Transformers. It proposes two types of cascade Transformers, as follows, for pose recognition.

Two-stage Transformers

model_two_stage

Please refer to README.md for detailed usage of the two-stage model variant.

Sequential Transformers

model_sequential

Please refer to README.md for detailed usage of the sequential (end-to-end) model variant.

For more details, please see Pose Recognition with Cascade Transformers by Ke Li*, Shijie Wang*, Xiang Zhang*, Yifan Xu, Weijian Xu, and Zhuowen Tu.

Updates

Code and pretrained models will be released soon.

Citation

@misc{li2021pose,
      title={Pose Recognition with Cascade Transformers}, 
      author={Ke Li and Shijie Wang and Xiang Zhang and Yifan Xu and Weijian Xu and Zhuowen Tu},
      year={2021},
      eprint={2104.06976},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

License

This repository is released under the Apache License 2.0. License can be found in LICENSE file.

Acknowledgments

This project is based on the following open source repositories, which greatly facilitate our research.

About

In this paper, we present a regression-based pose recognition method using cascade Transformers.

License:Apache License 2.0