kerlomz / captcha_trainer

[验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This project is only for training the model.
Apache License 2.0
3.02k stars 821 forks source link

样本格式是怎么样的,懂的爸爸们教一下 #55

Open Vf4GY0UH1 opened 4 years ago

Vf4GY0UH1 commented 4 years ago

执行 app.py ,会要求设置 sample source 这个应该就是要设置样本的路径吧,也就是作者说的喂数据 SourcePath: Training: {SourceTrainPath} Validation: {SourceValidationPath} 但这个文件/目录格式是怎么样的,不太懂。 比如我有图片+正确的码,怎么存放,才可以作为样本,从而让程序跑起来呢

kerlomz commented 4 years ago

指导教程写的挺清楚的,都是在GUI界面上操作,里面也有截图说明样本的命名方式:https://www.freebuf.com/articles/web/238701.html