Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
0d6a4862
Commit
0d6a4862
authored
Apr 27, 2022
by
WenmuZhou
Browse files
mv layout and doc vqa dataset to docs/dataset
parent
e4348f6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/doc_en/dataset/ocr_datasets_en.md
doc/doc_en/dataset/ocr_datasets_en.md
+1
-1
No files found.
doc/doc_en/dataset/ocr_datasets_en.md
View file @
0d6a4862
...
@@ -73,7 +73,7 @@ After decompressing the data set and downloading the annotation file, PaddleOCR/
...
@@ -73,7 +73,7 @@ After decompressing the data set and downloading the annotation file, PaddleOCR/
The text recognition algorithm in PaddleOCR supports two data formats:
The text recognition algorithm in PaddleOCR supports two data formats:
-
`lmdb`
is used to train data sets stored in lmdb format, use
[
lmdb_dataset.py
](
../../../ppocr/data/lmdb_dataset.py
)
to load;
-
`lmdb`
is used to train data sets stored in lmdb format, use
[
lmdb_dataset.py
](
../../../ppocr/data/lmdb_dataset.py
)
to load;
-
`
通用数据
`
is used to train data sets stored in text files, use
[
simple_dataset.py
](
../../../ppocr/data/simple_dataset.py
)
to load.
-
`
common dataset
`
is used to train data sets stored in text files, use
[
simple_dataset.py
](
../../../ppocr/data/simple_dataset.py
)
to load.
If you want to use your own data for training, please refer to the following to organize your data.
If you want to use your own data for training, please refer to the following to organize your data.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment