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/03 02:10] 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 clone https://gitlab.com/ | + | $ git clone https://github.com/ |
| - | ``` | + | |
| - | + | ||
| - | ```shell | + | |
| - | $ git lfs install | + | |
| - | $ git lfs clone https:// | + | |
| $ cd vim4_npu_sdk | $ cd vim4_npu_sdk | ||
| + | $ git lfs pull | ||
| $ ls | $ ls | ||
| adla-toolkit-binary | adla-toolkit-binary | ||
| Line 47: | 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 |
| </ | </ | ||
| Line 79: | Line 84: | ||
| ``` | ``` | ||
| - | Enter '' | + | Enter '' |
| ```bash convert_adla.sh | ```bash convert_adla.sh | ||
| Line 100: | Line 105: | ||
| --inference-input-type float32 \ | --inference-input-type float32 \ | ||
| --inference-output-type float32 \ | --inference-output-type float32 \ | ||
| - | --quantize-dtype | + | --quantize-dtype |
| --channel-mean-value " | --channel-mean-value " | ||
| --source-file ./ | --source-file ./ | ||
| Line 139: | Line 144: | ||
| === Picture input demo === | === Picture input demo === | ||
| - | Put '' | + | Put '' |
| ```shell | ```shell | ||
| Line 150: | Line 155: | ||
| # Run | # Run | ||
| - | $ ./ | + | $ ./ |
| ``` | ``` | ||