OcrLiteAndroidNcnn
OcrLiteAndroidNcnn copied to clipboard
Chineseocr Lite Android Onnx To Ncnn Demo,超轻量级中文OCR Android Demo,支持ncnn推理
First, I use the ncnn models in https://github.com/ouyanghuiyu/chineseocr_lite/tree/onnx/models_ncnn, but I have an error which is "param is too old, please regenerate!"  For solve this problem, I converter a new...
 error: cannot use 'try' with exceptions disabled somebody said: APP_CPPFLAGS += -fexceptions to Android.mk file. but now I use CMakeList.txt, There is not Android.mk file in my project. Thanks.