pengzhansun / Occluded-Pose-Reasoning

[WACV 2024 Oral] Rethinking Visibility in Human Pose Estimation: Occluded Pose Reasoning via Transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rethinking Visibility in Human Pose Estimation: Occluded Pose Reasoning via Transformers

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

Todo

  1. Clean the codebase
  2. Write a Readme for training and inference scripts

Introduction

Requirements

pip install -r requirements.txt

Getting Started

Checkpoint

Citation

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

About

[WACV 2024 Oral] Rethinking Visibility in Human Pose Estimation: Occluded Pose Reasoning via Transformers


Languages

Language:Python 51.5%Language:Cuda 47.8%Language:Cython 0.6%Language:C++ 0.0%Language:Makefile 0.0%