OcrLiteAndroidNcnn icon indicating copy to clipboard operation
OcrLiteAndroidNcnn copied to clipboard

Chineseocr Lite Android Onnx To Ncnn Demo,超轻量级中文OCR Android Demo,支持ncnn推理

Results 2 OcrLiteAndroidNcnn issues
Sort by recently updated
recently updated
newest added

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!" ![3fb5e73b-42d3-46a1-bc03-463a07b463c7](https://user-images.githubusercontent.com/29346132/187848382-74a7e8f9-bb5c-47fe-b07d-915ac72e8c36.jpg) For solve this problem, I converter a new...

![afc8dc57-f8b0-4b96-8bcf-4e1a0e2d7be0](https://user-images.githubusercontent.com/29346132/185896729-3d3209e2-f0b1-404b-b4a3-58ca9768c6f7.jpg) 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.