Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 23 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,28 @@ If you think I have missed out on something (or) have any suggestions (papers, i
Feedback and contributions are welcome!

## Table of Contents
- [Basics](#basics)
- [Papers](#papers)
- [2D Pose estimation](#2d-pose-estimation)
- [3D Pose estimation](#3d-pose-estimation)
- [Person generation](#person-generation)
- [Real-time Pose estimation](#real-time-pose-estimation)
- [Datasets](#datasets)
- [Workshops](#workshops)
- [Blog posts](#blogposts)
- [Popular implementations](#popular-implementations)
- [PyTorch](#pytorch)
- [TensorFlow](#tensorflow)
- [Torch](#Torch)
- [Others](#others)
- [Awesome Human Pose Estimation ![Awesome](https://github.com/sindresorhus/awesome)](#awesome-human-pose-estimation-img-src%22httpsgithubcomsindresorhusawesome%22-alt%22awesome%22)
- [Why awesome human pose estimation?](#why-awesome-human-pose-estimation)
- [Contributing](#contributing)
- [Table of Contents](#table-of-contents)
- [Basics](#basics)
- [Papers](#papers)
- [2D Pose estimation](#2d-pose-estimation)
- [3D Pose estimation](#3d-pose-estimation)
- [Person generation](#person-generation)
- [Real-time pose estimation](#real-time-pose-estimation)
- [Datasets](#datasets)
- [2D](#2d)
- [3D](#3d)
- [Workshops](#workshops)
- [Blog posts](#blog-posts)
- [Popular implementations](#popular-implementations)
- [PyTorch](#pytorch)
- [TensorFlow](#tensorflow)
- [Torch](#torch)
- [Others](#others)
- [Todo](#todo)
- [License](#license)

## Basics
- [A 2019 guide to Human Pose Estimation with Deep Learning](https://blog.nanonets.com/human-pose-estimation-2d-guide/?utm_source=reddit&utm_medium=social&utm_campaign=pose&utm_content=GROUP_NAME)
Expand Down Expand Up @@ -68,6 +76,7 @@ and Tracking](http://openaccess.thecvf.com/content_ECCV_2018/papers/Bin_Xiao_Sim
- [Deeply Learned Compositional Models for Human Pose Estimation](http://openaccess.thecvf.com/content_ECCV_2018/papers/Wei_Tang_Deeply_Learned_Compositional_ECCV_2018_paper.pdf) - Wei Tang, Pei Yu, Ying Wu (ECCV 2018)
- [Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose](https://arxiv.org/pdf/1811.12004.pdf) - [[CODE]](https://github.com/Daniil-Osokin/lightweight-human-pose-estimation.pytorch) Osokin, D. (ArXiv 2018)
- [Deep High-Resolution Representation Learning for Human Pose Estimation](https://arxiv.org/abs/1902.09212) - [[CODE]](https://github.com/leoxiaobin/deep-high-resolution-net.pytorch) Ke Sun, Bin Xiao, Dong Liu, Jingdong Wang (CVPR 2019)
- [Bottom-up Higher-Resolution Networks for Multi-Person Pose Estimation](https://arxiv.org/abs/1908.10357) - [[CODE]](https://github.com/HRNet/Higher-HRNet-Human-Pose-Estimation) Bowen Cheng, Bin Xiao, Jingdong Wang, Honghui Shi, Thomas S. Huang, Lei Zhang (CoRR 2019)

### 3D Pose estimation

Expand Down