Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:npu:demos:densenet-ctc

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:edge2:npu:demos:densenet-ctc [2023/09/20 03:13]
louis
products:sbc:edge2:npu:demos:densenet-ctc [2025/04/09 23:25] (current)
louis
Line 5: Line 5:
 {{indexmenu_n>3}} {{indexmenu_n>3}}
  
-===== Get Source Code =====+===== Introduction ===== 
 + 
 +Densenet_CTC is a text recognition model. It only can recognize single line text. Therefore usually, it needs to be used in conjunction with a text detection model. 
 + 
 +Recognition image and inference results on Edge2. 
 + 
 +{{:products:sbc:edge2:npu:demos:khadasteam.png?400|}} {{:products:sbc:edge2:npu:demos:densenet-ctc-result.png?400|}} 
 + 
 + 
 +===== Train Model =====
  
 We will use a DenseNet model based on [[gh>YCG09/chinese_ocr]]. We will use a DenseNet model based on [[gh>YCG09/chinese_ocr]].
Line 152: Line 161:
 ```shell ```shell
 # Compile # Compile
 +$ cd edge2-npu/C++/densenet_ctc
 $ bash build.sh $ bash build.sh
  
Last modified: 2023/09/20 03:13 by louis