opconty / pytorch_ctpn

This is a pytorch implementation of CTPN(Detecting Text in Natural Image with Connectionist Text Proposal Network). You may want to finetune from: https://drive.google.com/open?id=1JHhI4sEIXfs5gDa1I9AgJBY477HTzAd0
https://mp.weixin.qq.com/s/VO42GzwwJBOabpPJOWVn4g
291 stars 123 forks source link

为什么您在model的forward函数把输入的channel first和channel last来回倒?一直channel first不行吗? #7

Closed HandsomeBrotherShuaiLi closed 5 years ago

HandsomeBrotherShuaiLi commented 5 years ago

https://github.com/opconty/pytorch_ctpn/blob/d1723c68f8549937a5480c64a08f5726b5601d10/ctpn_model.py#L106

HandsomeBrotherShuaiLi commented 5 years ago

我懂了,是因为LSTM输入的问题。