This project is mainly based ctpn(Detecting Text in Natural Image with Connectionist Text Proposal Network).I made adjustments and optimizations based on actual tasks.Since the implementation of this project has been a long time, many details have been forgotten, please forgive me.
- Method to realize mainly based on tensorflow
- Achieved side-refinement
- Explored differenter loss Func,best choice:focal loss
- Get a lot of tagged data
- Training model:ctpn model and EAST model
- Observe the results, summarize the merge rules, and merge the results of the two models
- Iterative training model
- Observe and analyze bad cases and correct it
- Positive and negative sample classification error
- The detection frame boundary is not accurate enough
- ...
- Removed redundant detection frame
- Corrected the problem that the frame is too wide and too long
- Make up for the defect that the tensorflow version does not have this feature: side-refinement
- Improved detection accuracy:For the new data in the daily business flow, we do not calculate the accuracy of it very accurately.
- But the profit margin of the entire business has increased by about 20 percent.