From b0ac5b736e9c9cf50744fae11008d730e38d0950 Mon Sep 17 00:00:00 2001 From: lupeng Date: Fri, 21 Apr 2023 20:21:53 +0800 Subject: [PATCH] fix model_zoo link --- docs/en/stats.py | 2 +- docs/zh_cn/stats.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/stats.py b/docs/en/stats.py index df3d090828..6d92d744ea 100644 --- a/docs/en/stats.py +++ b/docs/en/stats.py @@ -167,7 +167,7 @@ def anchor(name): * Number of papers: {len(alldatapapers)} {countstr} -For supported pose algorithms, see [modelzoo overview](model_zoo.txt). +For supported pose algorithms, see [modelzoo overview](model_zoo.md). {datamsglist} """ diff --git a/docs/zh_cn/stats.py b/docs/zh_cn/stats.py index 8fd6e3ed46..218d23f5b0 100644 --- a/docs/zh_cn/stats.py +++ b/docs/zh_cn/stats.py @@ -167,7 +167,7 @@ def anchor(name): * 论文数量: {len(alldatapapers)} {countstr} -已支持的算法详细信息请见 [模型池](model_zoo.txt). +已支持的算法详细信息请见 [模型池](model_zoo.md). {datamsglist} """