Closed ShaneYS closed 5 years ago
Hi. You can find the data format desc here: https://github.com/diaomin/crnn-mxnet-chinese-text-recognition. Like this:
Download the Synthetic Chinese Dataset(contributed by https://github.com/senlinuc/caffe_ocr and many thanks)
A glance of the dataset:
image_name1 label1_1 label1_2 label1_3...
image_name2 label2_1 label2_2 label2_3...
Examples:
Image size should be 280 (width) * 32 (height). An example: https://github.com/breezedeus/cnocr/blob/master/examples/20457890_2399557098.jpg
thanks for your great work. I want to train net on my own data, but I don't know the format of training set. So can you tell me the format of image name and train txt file? Besides, is there any requirement for image size? Thanks