Skip to content

Commit

Permalink
mv layout and doc vqa dataset to docs/dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Apr 27, 2022
1 parent e4348f6 commit 0d6a486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doc_en/dataset/ocr_datasets_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- `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.
Expand Down

0 comments on commit 0d6a486

Please sign in to comment.