YCG09 / chinese_ocr

CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
Apache License 2.0
2.73k stars 1.08k forks source link

input_length 序列长度 #338

Open EndSmart opened 4 years ago

EndSmart commented 4 years ago

input_length[i] = imagesize[1] // 8 代码里densenet只进行了两次pool, 输出的卷积特征数不应该是/4的吗,input_length[i] = imagesize[1] // 8 最后那个是哪里来的

pingzi5233 commented 4 years ago

input进来还有一个卷积层,加上两个pool层就是除于8了