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 [2025/01/08 22:07] louis |
products:sbc:vim4:npu:demos:vgg16 [2026/04/02 02:46] (current) nick |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| + | |||
| + | ===== Introduction ===== | ||
| + | |||
| + | VGG16 is a classification model. It can assign a single label to an entire image. | ||
| + | |||
| + | Image and inference results on VIM4. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| [[https:// | [[https:// | ||
| Line 32: | Line 42: | ||
| ==== Get convert tool ==== | ==== Get convert tool ==== | ||
| - | Download Tool from [[gl>khadas/vim4_npu_sdk]]. | + | You can find the SDK here: [[dl>products/ |
| ```shell | ```shell | ||
| - | $ git lfs install | + | $ wget https://dl.khadas.com/products/ |
| - | $ git lfs clone https://gitlab.com/khadas/ | + | $ tar xvzf vim4_npu_sdk-ddk-3.4.7.7-250508.tgz |
| - | $ cd vim4_npu_sdk | + | $ cd vim4_npu_sdk-ddk-3.4.7.7-250508 |
| $ ls | $ ls | ||
| - | adla-toolkit-binary | + | adla-toolkit-binary |
| ``` | ``` | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| <WRAP important> | <WRAP important> | ||
| Line 134: | Line 145: | ||
| $ ./vgg16 -m ../ | $ ./vgg16 -m ../ | ||
| ``` | ``` | ||
| - | |||
| - | {{: | ||
| - | |||
| - | {{: | ||
| <WRAP tip > | <WRAP tip > | ||