From 9795c15daa21c91a3feea3fcdbd5a1e06cef78b5 Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Fri, 6 Apr 2018 21:05:46 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8919df2..ac79bfc 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ This is an implementation of CRNN (CNN+LSTM+CTC) for chinese text recognition. 1. Download the [Synthetic Chinese Dataset](https://pan.baidu.com/s/1dFda6R3)(contributed by https://github.com/senlinuc/caffe_ocr) A glance of the dataset: -* `almost 3.6 million synthetic chinese text images. -* `5,990 different categories in total. -* `Each image has a length of 10 characters. +* almost 3.6 million synthetic chinese text images. +* 5,990 different categories in total. +* each image has a length of 10 characters. 2. Create train.txt and text.txt with the format like this: ``` -- GitLab