From fe42c835930e3b3b965b1c416b7c02aeb1fe7746 Mon Sep 17 00:00:00 2001 From: Sushant S <57453637+sushant1212@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:51:21 +0530 Subject: [PATCH] Fix typo (#5540) --- doc/doc_en/recognition_en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doc_en/recognition_en.md b/doc/doc_en/recognition_en.md index 51857ba1..3ec6f198 100644 --- a/doc/doc_en/recognition_en.md +++ b/doc/doc_en/recognition_en.md @@ -1,7 +1,7 @@ # Text Recognition - [1. Data Preparation](#DATA_PREPARATION) - - [1.1 Costom Dataset](#Costom_Dataset) + - [1.1 Custom Dataset](#Custom_Dataset) - [1.2 Dataset Download](#Dataset_download) - [1.3 Dictionary](#Dictionary) - [1.4 Add Space Category](#Add_space_category) @@ -35,8 +35,8 @@ ln -sf /train_data/dataset mklink /d /train_data/dataset ``` - -### 1.1 Costom Dataset + +### 1.1 Custom Dataset If you want to use your own data for training, please refer to the following to organize your data. -- GitLab