Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:npu:start

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:start [2023/09/12 04:15]
sravan [C++ API]
products:sbc:vim3:npu:start [2025/04/23 06:39] (current)
nick
Line 3: Line 3:
 {{indexmenu_n>35}} {{indexmenu_n>35}}
  
-====== VIM3/3L NPU Note ======+====== VIM3/3L NPU Notes ======
  
-There are three ways to use the NPU on [[/VIM3]]:+There are four ways to use the NPU on [[/VIM3]]:
   - The native [[#c-api|C++ API]].   - The native [[#c-api|C++ API]].
   - The [[#python-api|Python API]] was officially developed by [[https://khadas.com|Khadas]] and based on [[#c-api|C++ API]].   - The [[#python-api|Python API]] was officially developed by [[https://khadas.com|Khadas]] and based on [[#c-api|C++ API]].
 +  - The [[#tflite-delegate| TFLite Delegate]] is officially maintained by [[https://github.com/VeriSilicon/tflite-vx-delegate| Verisilicon]]
   - The [[#opencv-dnn|OpenCV DNN]] is officially maintained by [[https://opencv.org/?s=vim3|OpenCV]].   - The [[#opencv-dnn|OpenCV DNN]] is officially maintained by [[https://opencv.org/?s=vim3|OpenCV]].
  
Line 16: Line 17:
   - [[npu-app|Application Source Code]]   - [[npu-app|Application Source Code]]
   - [[npu-performance|NPU Performance Analysis]]   - [[npu-performance|NPU Performance Analysis]]
 +
 +==== C++ Demo Lite ====
 +
 +  - [[./vim3_demo_lite/yolov7-tiny]]
 +  - [[./vim3_demo_lite/yolov8n]]
 +  - [[./vim3_demo_lite/densenet]]
 +  - [[./vim3_demo_lite/retinaface]]
  
 ==== Python API ==== ==== Python API ====
Line 22: Line 30:
   - [[./ksnn/ksnn-api|KSNN API Documentation]]   - [[./ksnn/ksnn-api|KSNN API Documentation]]
   - [[./ksnn/ksnn-convert|Instructions for KSNN conversion tool]]   - [[./ksnn/ksnn-convert|Instructions for KSNN conversion tool]]
 +  - [[./ksnn/demos:|KSNN NPU Demos]]
 +    - [[./ksnn/demos/yolov7_tiny|YOLOv7-tiny KSNN Demo - 1]]
 +    - [[./ksnn/demos/yolov8n|YOLOv8n KSNN Demo - 2]]
 +  -  [[./ksnn/demos/example:|KSNN Example by users]]
 +    - [[./ksnn/demos/example/1|Example.1 - YOLOv8n KSNN Demo]]
 +
 +==== NPU TFLite Delegate ====
 +  - [[./vx-tflite|NPU TFLite Delegate Usage]]
  
 ==== OpenCV DNN ==== ==== OpenCV DNN ====
   - [[./opencv-dnn|OpenCV DNN Usage]]   - [[./opencv-dnn|OpenCV DNN Usage]]
 +
 +==== RTSP ====
 +
 +  - [[products:sbc:vim3:applications:object-detection-demo-with-rtsp]]
  
 /* /*
 {{indexmenu>. | nsort msort tsort}} {{indexmenu>. | nsort msort tsort}}
 */ */
 +
 +==== Android JNI ====
 +  - [[./npu-jni|Android NPU JNI]]
 +
 +
 +==== VIM3 MainLine with open source npu driver ====
 +  - [[./vim3_mainline|VIM3 MainLine Usage]]
 +
 +==== Convert ONNX ====
 +  - [[./convert-onnx|Convert Your Model to ONNX]]
Last modified: 2023/09/12 04:15 by sravan