New NPU SDK 6.4.3 base on Ubuntu 201126 Rlease.
Upgrade
-
SUpport more Neural Newwork Layer
-
Fix the bug that the conversion code does not match aml_npu_app in version 6.4.2.1.
-
Fix the bug that the yolo model recognition result is incorrect in version 6.4.2.1.
-
Update the aml_npu_app warehouse, fix the bug of low recognition accuracy rate of yolov4
New
-
Added amlogic SDK api . You can use these interfaces to call nb files without using the converted vnn interface.
-
Added amlogic SDK api documentation and AMLNN documentation.
-
Added opencv4.2 support. Please refer to khadas Docs to compile or run the version of opencv4.
Docs
We rewrote all documents on the NPU section
-
Remove the training document. Please refer to the official website of the model for this part.
-
Added aml_app_npu and SDK and aml_npu_demo_binaries instructions for use.
-
Rewrite the conversion example document.
Note
If you want to use openvc4 version with Ubuntu 20.04. Please follow my step to install opencv4 .
$ sudo aupt update
$ sudo apt upgrade
$ sudo apt remove opencv3
$ sudo apt install libopencv-dev python3-opencv