zfxxfeng / cnn_lstm_ctc_ocr_for_ICPR

Forked from weinman/cnn_lstm_ctc_ocr for the ICPR MTWI 2018 challenge 1
GNU General Public License v3.0
64 stars 34 forks source link

target_cut.py 可能有点问题 #5

Open MrKamiZhou opened 5 years ago

MrKamiZhou commented 5 years ago

首先感谢分享.

Image_list = os.listdir(Img_dataset_dir)

Label_list = os.listdir(Label_dataset_dir) 直接读取文件名可能会用顺序不一样的问题, macos python3下以及centos python3下都会有, windows下好像不会

然后处理结果都是镜像翻转正常么...

zfxxfeng commented 5 years ago

If the file name order is different, it can be processed by the explicit repeatability of the image and the label file.