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 [2024/12/03 02:35] louis |
products:sbc:vim4:npu:demos:vgg16 [2025/06/11 21:50] (current) louis |
||
|---|---|---|---|
| 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> | + | Download Tool from [[gh> |
| ```shell | ```shell | ||
| $ git lfs install | $ git lfs install | ||
| - | $ git lfs clone https://gitlab.com/ | + | $ git lfs clone https://github.com/ |
| $ cd vim4_npu_sdk | $ cd vim4_npu_sdk | ||
| $ ls | $ ls | ||
| Line 47: | Line 57: | ||
| <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 134: | Line 144: | ||
| $ ./vgg16 -m ../ | $ ./vgg16 -m ../ | ||
| ``` | ``` | ||
| - | |||
| - | {{: | ||
| - | |||
| - | {{: | ||
| <WRAP tip > | <WRAP tip > | ||