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

how to create our own training model? #478

Open muthuramanm opened 3 years ago

muthuramanm commented 3 years ago

Please suggest me the steps to create our own training models and what are the steps i will have to do to achieve better accuracy from my trained model?.

cgl0408 commented 3 years ago

The steps to create our own training models is on author github readme already I assume you have training img and label format like x1,y1,x2,y2,x3,y3,x4,y4,Your language,### then use split_label.py to format like xmin,ymin,xmax,ymax If you want more details Please read the code Also,you can download dataset on author github readme there has already format dataset when you done above ,you can run train.py