From d5cd9d2886d577471f3ad1ea6370e74aea1ab39c Mon Sep 17 00:00:00 2001 From: Dongyang Jin <73057174+jdyjjj@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:16:57 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c037b71..e1645bf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The corresponding [paper](https://openaccess.thecvf.com/content/CVPR2023/papers/ ## What's New - **[Jun 2024]** -The code of [ScoNet](https://arxiv.org/pdf/2311.13444.pdf) is released [here](opengait/modeling/models/sconet.py), and you can refer to [readme](configs/sconet) for details. +The code of [ScoNet](https://zhouzi180.github.io/Scoliosis1K) is released [here](opengait/modeling/models/sconet.py), and you can refer to [readme](configs/sconet) for details. - **[May 2024]** The code of Large Vision Model based method [BigGait](https://arxiv.org/pdf/2402.19122) is available at [here](opengait/modeling/models/BigGait.py). [CCPG's checkpoints](https://huggingface.co/opengait/OpenGait). - **[Apr 2024]**