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 [2024/12/10 02:40] louis |
products:sbc:vim4:npu:demos:densenet [2025/06/11 21:49] (current) louis |
||
---|---|---|---|
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> | + | Download The conversion tool from [[gh> |
```shell | ```shell | ||
- | $ git lfs install | + | $ git clone https://github.com/ |
- | $ git lfs clone https://gitlab.com/ | + | |
$ cd vim4_npu_sdk | $ cd vim4_npu_sdk | ||
+ | $ git lfs pull | ||
$ ls | $ ls | ||
adla-toolkit-binary | adla-toolkit-binary | ||
Line 43: | Line 52: | ||
<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 |
</ | </ | ||