This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:edge2:npu:demos:densenet-ctc [2023/08/25 06:22] louis |
products:sbc:edge2:npu:demos:densenet-ctc [2024/07/25 23:05] (current) ivan [Compile and run] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ~~tag> DenseNet NPU Edge2 RK3588~~ |
+ | |||
+ | ====== | ||
+ | |||
+ | {{indexmenu_n> | ||
===== Get Source Code ===== | ===== Get Source Code ===== | ||
- | The codes we use. | + | We will use a DenseNet model based on [[gh> |
```shell | ```shell | ||
Line 127: | Line 131: | ||
==== Get source code ==== | ==== Get source code ==== | ||
- | Clone the source code form our [[gh> | + | Clone the source code from our [[gh> |
```shell | ```shell | ||
Line 148: | Line 152: | ||
```shell | ```shell | ||
# Compile | # Compile | ||
+ | $ cd edge2-npu/ | ||
$ bash build.sh | $ bash build.sh | ||
Line 156: | Line 161: | ||
<WRAP tip > | <WRAP tip > | ||
- | If your densenet_ctc | + | If your **DenseNet CTC** model classes is not the same as mine, please change '' |
</ | </ | ||