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:23] sravan |
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 134: | 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 |