From c8e1dade5158bd39f06d130a44ed82c984d9fff6 Mon Sep 17 00:00:00 2001 From: Evezerest <50011306+Evezerest@users.noreply.github.com> Date: Thu, 10 Feb 2022 21:31:31 +0800 Subject: [PATCH] Update README.md --- PPOCRLabel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PPOCRLabel/README.md b/PPOCRLabel/README.md index c5e1097a..9b882812 100644 --- a/PPOCRLabel/README.md +++ b/PPOCRLabel/README.md @@ -203,7 +203,7 @@ For some data that are difficult to recognize, the recognition results will not - `trainValTestRatio` is the division ratio of the number of images in the training set, validation set, and test set, set according to your actual situation, the default is `6:2:2` - - `datasetRootPath` is the storage path of the complete dataset labeled by PPOCRLabel. The default path is PaddleOCR/train_data. + - `datasetRootPath` is the storage path of the complete dataset labeled by PPOCRLabel. The default path is `PaddleOCR/train_data` . ``` |-train_data |-crop_img @@ -241,4 +241,4 @@ For some data that are difficult to recognize, the recognition results will not ### 4. Related -1.[Tzutalin. LabelImg. Git code (2015)](https://github.com/tzutalin/labelImg) \ No newline at end of file +1.[Tzutalin. LabelImg. Git code (2015)](https://github.com/tzutalin/labelImg) -- GitLab