pprp / captcha_identify.pytorch

基于torch进行验证码识别,识别率达94%
MIT License
113 stars 24 forks source link

输入图片size设置 #4

Open breeze0 opened 4 years ago

breeze0 commented 4 years ago

图片生成脚本中生成的图片的size为60x160,用vgg或resnet模型时,是否需要transforms.resize图片大小为224x224?

pprp commented 4 years ago

transforms.resize是预处理,可以修改为自己的60*160