Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:npu:npu-prebuilt-demo-usage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:vim3:npu:npu-prebuilt-demo-usage [2023/09/11 09:48]
hyphop
products:sbc:vim3:npu:npu-prebuilt-demo-usage [2023/09/11 09:58]
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.
 </WRAP> </WRAP>
 +*/
  
 Get the demo source: [[gh>khadas/aml_npu_demo_binaries]] Get the demo source: [[gh>khadas/aml_npu_demo_binaries]]
Line 25: Line 27:
 The NPU demo contains three examples: The NPU demo contains three examples:
  
-  - ''detect_demo'' - A collection of YOLO series models for camera dynamic recognition. +  - ''detect_demo'' - A collection of ''yolo'' series models for camera dynamic recognition. 
-  - ''detect_demo_picture'' - A collection of YOLO series models that identify pictures.+  - ''detect_demo_picture'' - A collection of ''yolo'' series models that identify pictures.
   - ''inceptionv3'' -  Identify the inception model of the picture.   - ''inceptionv3'' -  Identify the inception model of the picture.
  
Line 70: Line 72:
 <WRAP Info>   <WRAP Info>  
      
-By querying ''imagenet_slim_labels.txt'', the result is a goldfish, which is also correctly identified.You can use the method above to identify other images.+By querying ''imagenet_slim_labels.txt'', the result is a goldfish, which is also correctly identified. You can use the method above to identify other images.
  
 </WRAP> </WRAP>
  
-===== YOLO Series Model =====+===== Yolo Series Model =====
  
 ==== Install and uninstall libraries ==== ==== Install and uninstall libraries ====
  
-The YOLO series models need to install the library into the system. Both the ''detect_demo'' and ''detect_demo_picture'' examples require this procedure.+The yolo series models need to install the library into the system. Both the ''detect_demo'' and ''detect_demo_picture'' examples require this procedure.
  
 You can follow the steps to either install or uninstall the libraries. You can follow the steps to either install or uninstall the libraries.
Last modified: 2023/09/11 09:58 by hyphop