Skip to content

Commit ba50a82

Browse files
authored
Update README.md
1 parent 69934d5 commit ba50a82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Deep High-Resolution Representation Learning for Human Pose Estimation (CVPR 2019)
22
## News
3+
- [2020/07/05] [A very nice blog](https://towardsdatascience.com/overview-of-human-pose-estimation-neural-networks-hrnet-higherhrnet-architectures-and-faq-1954b2f8b249) from Towards Data Science introducing HRNet and HigherHRNet for human pose estimation.
34
- [2020/03/13] A longer version is accepted by TPAMI: [Deep High-Resolution Representation Learning for Visual Recognition](https://arxiv.org/pdf/1908.07919.pdf). It includes more HRNet applications, and the codes are available: [semantic segmentation](https://github.com/HRNet/HRNet-Semantic-Segmentation), [objection detection](https://github.com/HRNet/HRNet-Object-Detection), [facial landmark detection](https://github.com/HRNet/HRNet-Facial-Landmark-Detection), and [image classification](https://github.com/HRNet/HRNet-Image-Classification).
45
- [2020/02/01] We have added demo code for HRNet. Thanks [Alex Simes](https://github.com/alex9311).
56
- Visualization code for showing the pose estimation results. Thanks Depu!
@@ -240,6 +241,10 @@ python visualization/plot_coco.py \
240241
### Other applications
241242
Many other dense prediction tasks, such as segmentation, face alignment and object detection, etc. have been benefited by HRNet. More information can be found at [High-Resolution Networks](https://github.com/HRNet).
242243

244+
### Other implementation
245+
[mmpose](https://github.com/open-mmlab/mmpose)
246+
247+
243248
### Citation
244249
If you use our code or models in your research, please cite with:
245250
```

0 commit comments

Comments
 (0)