From 0b9bc34025b8924faf4cb4d1712f00f366f051e3 Mon Sep 17 00:00:00 2001 From: Kevin Patel <47410011+kvnptl@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:19:12 +0200 Subject: [PATCH] Update MMDetection tutorial links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b860081..e70e870d 100755 --- a/README.md +++ b/README.md @@ -94,9 +94,9 @@ pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp ### Documents and Tutorials *We list some documents and tutorials from [MMDetection](https://github.com/open-mmlab/mmdetection), which may be helpful to you.* -* [Learn about Configs](https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/config.md) -* [Train with customized datasets](https://github.com/open-mmlab/mmdetection/blob/master/docs/2_new_data_model.md) -* [Finetuning Models](https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/finetune.md) +* [Learn about Configs](https://github.com/open-mmlab/mmdetection/blob/master/docs/en/tutorials/config.md) +* [Train with customized datasets](https://github.com/open-mmlab/mmdetection/blob/master/docs/en/tutorials/customize_dataset.md) +* [Finetuning Models](https://github.com/open-mmlab/mmdetection/blob/master/docs/en/tutorials/finetune.md) ## Citation