AstarLight / Lets_OCR

A repository for OCR, which inlcudes some classical OCR algorithms Pytorch implementation such as CTPN, EAST and CRNN.
MIT License
656 stars 327 forks source link

这模型实现是错误的吧 #91

Open yuxx0218 opened 4 years ago

yuxx0218 commented 4 years ago

nn.LSTM明明输入是三维张量,这里却输入了一个4维的,而且还reshape错了。。。

MikeDai2020 commented 4 years ago

我也觉得奇怪,训练出来的模型跟提供的例子差距好明显,图片resize部分也有bug