Open Teslaxhub opened 5 years ago
Hi, thanks for your sharing!
I joined the competition, too. Due to the part of CRNN is not complete, so i copy the cfg.py and data_generator.py in the EAST part. When i try to run the code of CRNN, some questions are as follow.
In addition to the questions mentioned by Teslaxub, there are also several questions in the CRNN part.
1.valfname = 'val%s.txt' % train_task_id 2.trainfname = 'train%s.txt' % train_task_id How can i find it? 3.do you sure 'img, text = gen_data(cfg.data_para)' in the part of CRNN's dataset.py?
Finally, i hope your can share another edition that there has code comments. Thank you very much!
谢谢分享! 能否请提供以下几个文件 from data_generator.generator import gen_data char_path = './util/char_gb2312.txt' ./fonts/
谢谢
Hi, thanks for your sharing!
I have joined the competition, and learned a lot from your repo.
But I have found that there are some files do not in the CRNN part , can you complete the supplementary materials?