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:npu-sdk [2023/06/06 08:19] nick |
products:sbc:vim4:npu:npu-sdk [2025/01/09 20:24] (current) louis |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== VIM4 NPU SDK Usage ====== | + | ~~tag> |
+ | |||
+ | **Doc for version ddk-3.4.7.7** | ||
+ | |||
+ | ====== VIM4 NPU Model Convert | ||
+ | |||
+ | {{indexmenu_n> | ||
<WRAP important > | <WRAP important > | ||
- | Only **New VIM4** supports NPU, you can check the version of your VIM4 here: [[products: | + | Only **New VIM4** supports NPU, you can [[../configurations/identify-version|check VIM4 the version]] |
</ | </ | ||
Line 9: | Line 15: | ||
</ | </ | ||
- | ===== Install | + | ===== Build Docker |
Follow Docker official docs to install Docker: [[https:// | Follow Docker official docs to install Docker: [[https:// | ||
- | ===== Get NPU SDK ===== | + | Follow the script below to get Docker image: |
```shell | ```shell | ||
- | $ git clone https:// | + | docker pull numbqq/npu-vim4 |
- | $ cd vim4_npu_sdk | + | |
- | $ ls | + | |
- | bin demo docs README.md | + | |
``` | ``` | ||
- | * docs: SDK documentations | + | ===== Get Convert |
- | * bin: SDK tools required for model conversion | + | |
- | * demo: Conversion examples | + | |
- | + | ||
- | ===== Convert | + | |
- | + | ||
- | Get Docker: | + | |
```shell | ```shell | ||
+ | $ git lfs install | ||
+ | $ git lfs clone https:// | ||
$ cd vim4_npu_sdk | $ cd vim4_npu_sdk | ||
- | $ docker pull yanwyb/ | + | $ ls |
- | $ docker run -it --name vim4-npu1 -v $(pwd):/ | + | adla-toolkit-binary |
- | -v / | + | |
- | -v / | + | |
- | yanwyb/ | + | |
``` | ``` | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | <WRAP important> | ||
+ | If your kernel is older than 241129, please use branch npu-ddk-1.7.5.5. | ||
+ | </ | ||
+ | |||
+ | ===== Convert Model ===== | ||
Convert the demo model in docker: | Convert the demo model in docker: | ||
```shell | ```shell | ||
- | khadas@2655b6cbbc01: | + | bash convert-in-docker.sh normal |
- | khadas@2655b6cbbc01: | + | |
``` | ``` | ||
- | If everything works well you will find the converted files below: | + | If everything works well you will find the converted files below. |
```shell | ```shell | ||
- | khadas@2655b6cbbc01: | + | ~/vim4_npu_sdk$ ls adla-toolkit-binary/ |
caffe_output | caffe_output | ||
convert_adla.sh | convert_adla.sh | ||
``` | ``` | ||
+ | |||
+ | Converted model is '' | ||
+ | |||
+ | <WRAP tip > | ||
+ | If you want to convert your own model, just modify script '' | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Important parameters ==== | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * Out1 = (data1-m1)/ | ||
+ | * Out2 = (data2-m2)/ | ||
+ | * Out3 = (data3-m3)/ | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
===== See Also ===== | ===== See Also ===== | ||
For more information, | For more information, | ||
+ |