eragonruan / text-detection-ctpn

text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
MIT License
3.42k stars 1.34k forks source link

Remove LSTM layer #67

Open JiteshPshah opened 6 years ago

JiteshPshah commented 6 years ago

How do I remove LSTM layer , I don't need one ? what changes should I do ?

eragonruan commented 6 years ago

@JiteshPshah lib/network/VGGnet_train.py is the model, you can remove lstm layer and use a fully convolutional network