From fbb6caf38aaaec888332f90aebd1bcffc9251810 Mon Sep 17 00:00:00 2001 From: wuzewu Date: Thu, 23 Jul 2020 11:35:24 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a674b030..d86d4ae3 100644 --- a/README.md +++ b/README.md @@ -89,12 +89,12 @@ pip install -r requirements.txt * [数据和配置校验](./docs/check.md) * [分割模型介绍](./docs/models.md) * [预训练模型下载](./docs/model_zoo.md) -* [DeepLabv3+模型使用教程](./turtorial/finetune_deeplabv3plus.md) -* [U-Net模型使用教程](./turtorial/finetune_unet.md) -* [ICNet模型使用教程](./turtorial/finetune_icnet.md) -* [PSPNet模型使用教程](./turtorial/finetune_pspnet.md) -* [HRNet模型使用教程](./turtorial/finetune_hrnet.md) -* [Fast-SCNN模型使用教程](./turtorial/finetune_fast_scnn.md) +* [DeepLabv3+模型使用教程](./tutorial/finetune_deeplabv3plus.md) +* [U-Net模型使用教程](./tutorial/finetune_unet.md) +* [ICNet模型使用教程](./tutorial/finetune_icnet.md) +* [PSPNet模型使用教程](./tutorial/finetune_pspnet.md) +* [HRNet模型使用教程](./tutorial/finetune_hrnet.md) +* [Fast-SCNN模型使用教程](./tutorial/finetune_fast_scnn.md) ### 预测部署 -- GitLab