From 5d9ab83fb434afba56a731f036ef1f3f80d5660e Mon Sep 17 00:00:00 2001 From: Zhedong Zheng Date: Thu, 2 Dec 2021 13:55:45 +0800 Subject: [PATCH] Add third-party application for person Reid Thanks for the great job. We also apply the HRNet to Person re-identification task. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7df0d6..8ac0e3c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ python tools/valid.py --cfg experiments/cls_hrnet_w18_sgd_lr5e-2_wd1e-4_bs32_x10 ```` ## Other applications of HRNet +* [Person re-identification](https://github.com/layumi/Person_reID_baseline_pytorch) * [Human pose estimation](https://github.com/leoxiaobin/deep-high-resolution-net.pytorch) * [Semantic segmentation](https://github.com/HRNet/HRNet-Semantic-Segmentation) * [Object detection](https://github.com/HRNet/HRNet-Object-Detection)