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:vgg16 [2023/09/15 03:01] sravan [VGG16 Tensorflow Keras VIM4 Demo-4] |
products:sbc:vim4:npu:demos:vgg16 [2025/01/08 22:25] (current) louis |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~tag> | ~~tag> | ||
- | ====== VGG16 Tensorflow | + | **Doc for version ddk-3.4.7.7** |
+ | |||
+ | ====== VGG16 TensorFlow | ||
{{indexmenu_n> | {{indexmenu_n> | ||
Line 13: | Line 15: | ||
```shell | ```shell | ||
- | git clone https:// | + | $ git clone https:// |
``` | ``` | ||
Line 20: | Line 22: | ||
==== Build virtual environment ==== | ==== Build virtual environment ==== | ||
- | Follow Docker official | + | Follow Docker official |
- | Get Docker. | + | Follow the script below to get Docker |
```shell | ```shell | ||
- | $ docker pull yanwyb/npu:v1 | + | docker pull numbqq/npu-vim4 |
- | $ docker run -it --name | + | |
- | -v / | + | |
- | -v / | + | |
- | yanwyb/ | + | |
``` | ``` | ||
==== Get convert tool ==== | ==== Get convert tool ==== | ||
- | Download Tool from [[gl> | + | Download Tool from [[gh> |
```shell | ```shell | ||
- | $ git clone https://gitlab.com/ | + | $ git lfs install |
+ | $ git lfs clone https://github.com/ | ||
+ | $ cd vim4_npu_sdk | ||
+ | $ ls | ||
+ | adla-toolkit-binary | ||
``` | ``` | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | <WRAP important> | ||
+ | If your kernel is older than 241129, please use branch npu-ddk-1.7.5.5. | ||
+ | </ | ||
==== Convert ==== | ==== Convert ==== | ||
- | Keras model can convert rknn model directly. But this demo is to convert tensorflow | + | We first need to convert the Keras model('' |
```shell | ```shell | ||
- | git clone https:// | + | $ git clone https:// |
``` | ``` | ||
- | Enter '' | + | Then we need to convert the TensorFlow model to an ADLA model ('' |
+ | |||
+ | Enter '' | ||
```sh convert_adla.sh | ```sh convert_adla.sh | ||
Line 70: | Line 82: | ||
--quantize-dtype int8 --outdir tensorflow_output \ | --quantize-dtype int8 --outdir tensorflow_output \ | ||
--channel-mean-value " | --channel-mean-value " | ||
+ | --inference-input-type " | ||
+ | --inference-output-type " | ||
--source-file vgg16_dataset.txt \ | --source-file vgg16_dataset.txt \ | ||
--iterations 500 \ | --iterations 500 \ | ||
Line 76: | Line 90: | ||
``` | ``` | ||
- | Run '' | + | Run '' |
```shell | ```shell | ||
Line 89: | Line 103: | ||
```shell | ```shell | ||
- | $ git clone https:// | + | $ git clone https:// |
``` | ``` | ||
+ | |||
+ | <WRAP important> | ||
+ | If your kernel is older than 241129, please use version before tag ddk-3.4.7.7. | ||
+ | </ | ||
==== Install dependencies ==== | ==== Install dependencies ==== | ||
Line 114: | Line 132: | ||
# Run | # Run | ||
- | $ sudo ./vgg16 -m ../ | + | $ ./vgg16 -m ../ |
``` | ``` | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
<WRAP tip > | <WRAP tip > | ||
- | If your **vgg16** model classes | + | If your **VGG16** model classes |
</ | </ | ||