Add PP-OCRv5 (multilingual OCR: detection + 7 v5 recognizers) - #324
Open
Viet-Anh NGUYEN (vietanhdev) wants to merge 1 commit into
Open
Add PP-OCRv5 (multilingual OCR: detection + 7 v5 recognizers)#324Viet-Anh NGUYEN (vietanhdev) wants to merge 1 commit into
Viet-Anh NGUYEN (vietanhdev) wants to merge 1 commit into
Conversation
Viet-Anh NGUYEN (vietanhdev)
force-pushed
the
add-pp-ocrv5
branch
from
June 7, 2026 04:52
2763dfb to
45b65a5
Compare
Viet-Anh NGUYEN (vietanhdev)
marked this pull request as ready for review
June 7, 2026 04:54
Viet-Anh NGUYEN (vietanhdev)
force-pushed
the
add-pp-ocrv5
branch
from
June 7, 2026 05:03
45b65a5 to
7645794
Compare
Viet-Anh NGUYEN (vietanhdev)
marked this pull request as draft
June 7, 2026 05:19
…en/latin/cyrillic/thai/greek) Signed-off-by: Viet-Anh Nguyen <vietanh@nrl.ai>
Viet-Anh NGUYEN (vietanhdev)
force-pushed
the
add-pp-ocrv5
branch
from
June 7, 2026 05:45
7645794 to
aea9156
Compare
Viet-Anh NGUYEN (vietanhdev)
marked this pull request as ready for review
June 7, 2026 06:18
Contributor
|
Hi Viet-Anh NGUYEN (@vietanhdev), thank you for the contribution! While we appreciate your work, at the moment we are unable to accept new models from the community directly. I unfortunately won't be able to merge it for the time being, but I'll keep the PR open. The team is actively working on several API changes needed for us to start taking community contributions--please stay tuned for that. We'd be excited to keep you in the loop when we make those changes. In the meantime, feel free to upload compiled assets to our Hugging Face community here: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds pp_ocrv5 — PaddleOCR v5 text detection + recognition for 7 v5 languages (Chinese/Japanese, Korean, English, Latin, Cyrillic, Thai, Greek), Apache-2.0, as a collection model. The source is ONNX, so the components override
serialize()to provide the ONNX graph directly to AI Hub (same approach aspi05) instead of torch-tracing.AI Hub validated on Samsung Galaxy S25 Ultra (compile + profile): float TFLite, 100% NPU — det 1.54 ms, ko_rec 4.39 ms, zh_rec 10.84 ms. Accuracy on ReCTS real signage (n=200): 48.5% full-string recall, 66.0% per-char recall. int8 (w8a8) quantization with a calibration set further reduces latency to ~1.2/1.0/0.5 ms.
perf.yaml/release-assets.yamlomitted (scorecard/release CI generates them).