Commit 0d6a4862 authored by WenmuZhou's avatar WenmuZhou
Browse files

mv layout and doc vqa dataset to docs/dataset

parent e4348f6a
...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment