From 7a903655c4af3f9bfe313fe7e33b672317b903b0 Mon Sep 17 00:00:00 2001 From: littlepure2333 Date: Sat, 22 Feb 2020 14:08:54 +0800 Subject: [PATCH] add higher-HRNet --- README.md | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 61e9d9a..477e632 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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