Text detection in images

瘦欲@ 提交于 2020-01-01 07:21:26

问题


I am using below sample code for text detection in images (not handwritten) using coreml and vision.

https://github.com/DrNeuroSurg/OCRwithVisionAndCoreML-Part2

In this they have used machine learning model which supports only uppercase and numbers. Where as in my project I want upper case, lower case , numbers and few of special characters (like : ,- ).

I do not have any experience in python to do required changes and generate the required .mlmodel file using train data (which again I don't have for my requirement)

Below is the link where it is given how to create .mlmodel http://www.neurosurg.de/2017/10/18/part-3-train-your-own-model-using-keras/

does anyone has such .mlmodel? or can somebody help me how to achieve this?

this is the image in which I want to detect text

来源:https://stackoverflow.com/questions/47864505/text-detection-in-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!