GlassyWing / text-detection-ocr

Chinese text detection and recognition based on CTPN + DENSENET using Keras and Tensor Flow,使用keras和tensorflow基于CTPN+Densenet实现的中文文本检测和识别
Apache License 2.0
285 stars 116 forks source link

densenet CRNN训练时报错 #21

Open hucongkun opened 4 years ago

hucongkun commented 4 years ago

训练时会报错: ValueError: Error when checking input: expected the_input to have 4 dimensions, but got array with shape (64, 1) 请问该怎么解决?

Risk-Return commented 2 years ago

我也有这个问题