Replies: 1 comment 1 reply
-
I posted an issue to PaddleDetection as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am trying to run the following demo - https://github.com/PaddlePaddle/Paddle-Lite-Demo/tree/develop/ocr/android/app/cxx/ppocr_demo on Android device using Android Studio and NDK 21 on Windows with Vehicle Licence Plate Recognition models. The models used in the demo are v2.0 by default. First we need to convert detection and recognition models to the light version. I downloaded models from here - https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.6/deploy/pipeline/docs/tutorials/ppvehicle_plate_en.md Then I followed a documentation to convert models to the light version - https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/deploy/lite/readme.md. However, when I run the app I get no output at all. Everything works fine with v3.0 and v2.0 models except for these models that are for Vehicle Licence Plate recognition.
I thought that the issue might be with the PaddleLight library version (v2.10rc) due warning when I use v3.0 default models, but then they would not work as well, so it is not an issue.
Beta Was this translation helpful? Give feedback.
All reactions