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
Last revision Both sides next revision
products:sbc:vim3:npu:start [2022/11/01 03:22]
frank
products:sbc:vim3:npu:start [2023/12/22 04:19]
louis
Line 1: Line 1:
 +~~tag>VIM3 VIM3L NPU OpenCV~~
 +
 {{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. +  - The native [[#c-api|C++ API]]
-  - The Python API officially developed by Khadas on the basis of the C++ API.  +  - The [[#python-api|Python API]] was officially developed by [[https://khadas.com|Khadas]] and based on [[#c-api|C++ API]]
-  - The OpenCV DNN officially maintained by OpenCV.+  - 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]].
  
 ==== C++ API ==== ==== C++ API ====
Line 13: Line 16:
   - [[npu-prebuilt-demo-usage|NPU Prebuilt Demo Usage]]   - [[npu-prebuilt-demo-usage|NPU Prebuilt Demo Usage]]
   - [[npu-app|Application Source Code]]   - [[npu-app|Application Source Code]]
-  - [[npu-app|NPU Performance Interface Usage]]+  - [[npu-performance|NPU Performance Analysis]]
  
 ==== Python API ==== ==== Python API ====
Line 20: Line 23:
   - [[./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]]
 +
 +==== NPU TFLite Delegate ====
 +  - [[./vx-tflite|NPU TFLite Delegate Usage]]
  
-==== OepnCV DNN ====+==== OpenCV DNN ====
   - [[./opencv-dnn|OpenCV DNN Usage]]   - [[./opencv-dnn|OpenCV DNN Usage]]
  
Last modified: 2024/06/19 05:30 by louis