Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim4:npu:ksnn:demo:ppocr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
products:sbc:vim4:npu:ksnn:demo:ppocr [2025/06/12 06:06]
louis
products:sbc:vim4:npu:ksnn:demo:ppocr [2025/06/12 06:23] (current)
louis
Line 6: Line 6:
  
 {{indexmenu_n>10}} {{indexmenu_n>10}}
 +
 +===== Introduction =====
 +
 +PPOCR is a state-of-the-art, highly efficient, open-source Optical Character Recognition system. It's designed to be ​​practical​​, ​​lightweight​​, and incredibly ​​fast​​, making it ideal for deploying OCR capabilities directly on mobile or edge devices with limited computational resources (like smartphones or IoT devices), as well as high-volume cloud-based processing.
 +
 +Inference results on VIM4.
 +
 +{{:products:sbc:vim4:npu:ksnn:demo:ppcor-ksnn-demo-output.webp?800|}}
  
 ===== Download the model ===== ===== Download the model =====
Line 151: Line 159:
 $ python3 ppocr-picture.py --det_model ./models/VIM4/ppocr_det_int8.adla --det_library ./libs/libnn_ppocr_det.so --rec_model ./models/VIM4/ppocr_rec_int16.adla --rec_library ./libs/libnn_ppocr_rec.so --picture ./data/test.png $ python3 ppocr-picture.py --det_model ./models/VIM4/ppocr_det_int8.adla --det_library ./libs/libnn_ppocr_det.so --rec_model ./models/VIM4/ppocr_rec_int16.adla --rec_library ./libs/libnn_ppocr_rec.so --picture ./data/test.png
 ``` ```
- 
-{{:products:sbc:vim4:npu:ksnn:demo:ppcor-ksnn-demo-output.webp?800|}} 
  
 === Camera input demo === === Camera input demo ===
Last modified: 2025/06/12 06:23 by louis