From 6f69e4676ad8d43d0d61b64b1b9726f0c369e7b1 Mon Sep 17 00:00:00 2001
From: Bin Xiao <leoxiaobin@gmail.com>
Date: Tue, 13 Dec 2022 20:14:56 -0800
Subject: [PATCH] Update README.md

Add implementation of timm and modelscope.
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2ff1c717..40b7720e 100644
--- a/README.md
+++ b/README.md
@@ -243,7 +243,9 @@ python visualization/plot_coco.py \
 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).
 
 ### Other implementation
-[mmpose](https://github.com/open-mmlab/mmpose)
+[mmpose](https://github.com/open-mmlab/mmpose) </br>
+[ModelScope (中文)](https://modelscope.cn/models/damo/cv_hrnetv2w32_body-2d-keypoints_image/summary)</br>
+[timm](https://huggingface.co/docs/timm/main/en/models/hrnet)
 
 
 ### Citation