This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim3:npu:npu-prebuilt-demo-usage [2023/09/11 09:07] sravan [Run] |
products:sbc:vim3:npu:npu-prebuilt-demo-usage [2023/09/11 09:58] (current) hyphop |
||
---|---|---|---|
Line 13: | Line 13: | ||
===== Get NPU Demo ===== | ===== Get NPU Demo ===== | ||
+ | /* | ||
<WRAP important > | <WRAP important > | ||
The NPU Demo is not installed on the board by default. You need to download it from GitHub first. | The NPU Demo is not installed on the board by default. You need to download it from GitHub first. | ||
</ | </ | ||
+ | */ | ||
Get the demo source: [[gh> | Get the demo source: [[gh> | ||
Line 25: | Line 27: | ||
The NPU demo contains three examples: | The NPU demo contains three examples: | ||
- | - '' | + | - '' |
- | - '' | + | - '' |
- | - '' | + | - '' |
===== Inception Model ===== | ===== Inception Model ===== | ||
Line 70: | Line 72: | ||
<WRAP Info> | <WRAP Info> | ||
| | ||
- | By querying '' | + | By querying '' |
</ | </ | ||
Line 99: | Line 101: | ||
<WRAP important > | <WRAP important > | ||
- | The type parameter is an input parameter that must be selected whether it is to use camera dynamic recognition or to recognize pictures. This parameter is mainly used to specify the running | + | The type parameter is an input parameter that must be selected whether it is to use camera dynamic recognition or to recognize pictures. This parameter is mainly used to specify the running |
</ | </ | ||
Line 117: | Line 119: | ||
- The demo with x11 is running in X11 mode. | - The demo with x11 is running in X11 mode. | ||
- | ==== Illustrative Example | + | ==== Demo examples |
- | + | === detect_demo_picture | |
- | Here is an example of detect_demo_picture, | + | |
```shell | ```shell | ||
- | $ cd {workspace}/ | + | $ cd aml_npu_demo_binaries/ |
$ ls | $ ls | ||
1080p.bmp | 1080p.bmp | ||
``` | ``` | ||
- | ==== Run ==== | + | == Run == |
- | Identify the command | + | Command |
```shell | ```shell | ||
Line 135: | Line 136: | ||
``` | ``` | ||
- | Here is an example of using OpenCV4 to call the yolov3 model to recognize pictures under '' | + | Here is an example of using OpenCV4 to call the '' |
```shell | ```shell | ||
Line 146: | Line 147: | ||
{{: | {{: | ||
+ | === detect_demo === | ||
<WRAP tip > | <WRAP tip > | ||
Line 151: | Line 153: | ||
</ | </ | ||
+ | == Run == | ||
Command format for camera dynamic recognition. | Command format for camera dynamic recognition. | ||
```shell | ```shell | ||
$ cd aml_npu_demo_binaries/ | $ cd aml_npu_demo_binaries/ | ||
- | $ ./ | + | $ ./ |
``` | ``` | ||
- | Here is an example of using opencv4 | + | Here is an example of using OpenCV4 |
```shell | ```shell | ||
$ cd aml_npu_demo_binaries/ | $ cd aml_npu_demo_binaries/ |