This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim4:npu:demos:densenet [2025/01/07 21:53] nick old revision restored (2025/01/07 21:45) |
products:sbc:vim4:npu:demos:densenet [2026/04/02 02:46] (current) nick |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| + | |||
| + | ===== 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 VIM4. | ||
| + | |||
| + | {{: | ||
| + | |||
| ===== Get the source code ===== | ===== Get the source code ===== | ||
| Line 28: | Line 37: | ||
| ==== Get the conversion tool ==== | ==== Get the conversion tool ==== | ||
| - | Download The conversion tool from [[gl>khadas/vim4_npu_sdk]]. | + | You can find the SDK here: [[dl>products/ |
| ```shell | ```shell | ||
| - | $ git clone https://gitlab.com/khadas/ | + | $ wget https://dl.khadas.com/products/ |
| - | $ cd vim4_npu_sdk | + | $ tar xvzf vim4_npu_sdk-ddk-3.4.7.7-250508.tgz |
| - | $ git lfs pull | + | $ cd vim4_npu_sdk-ddk-3.4.7.7-250508 |
| $ ls | $ ls | ||
| adla-toolkit-binary | adla-toolkit-binary | ||
| ``` | ``` | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| <WRAP important> | <WRAP important> | ||
| - | If your kernel is older than 241129, please use version before tag ddk-3.4.7.7. | + | If your kernel is older than 241129, please use branch npu-ddk-1.7.5.5. |
| </ | </ | ||
| - | |||
| ==== Convert ==== | ==== Convert ==== | ||