eragonruan / text-detection-ctpn

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

about tensorflowonspark some questions #197

Open dreambander opened 6 years ago

dreambander commented 6 years ago
hello , recently i want change code from tensorflow to tensorflowonspark, however, there are few relevant materials and I don't know how to start. Can you have any relevant suggestions?

In addition, I saw that an open source project on github is chinese_ocr, which includes ctpn detection and crnn recognition. Does the training require two parts of training separately, and the corresponding input data are coordinates and coordinates + content? Thank you

eragonruan commented 6 years ago

@dreambander yes, you have to train ctpn and crnn separately.