...
NPU Kernel Driver | NN Toolkit | NN IDE |
v6.4.13.8 | 6.18.1 | 5.7.2 |
v6.4.15.9 | 6.21.1 | 5.8.2 |
v6.4.18.5 | 6.30.07 | 5.10.1 |
1.1. Prepare NN Toolkit Environment
...
Code Block |
---|
cd Model source env.sh |
...
1.4. Demo Video
...
2. Transfer
2.1. Preparing
...
After completing the above steps, there will be the following files under yolov8s:
...
2.2. Implementing
Import
This command will import and translate an NN model to ACUITY formats. Execute the command in the console or terminal, and wait for it to complete.
...
We can get the NB file and a c file for NN graph setup information.
...
2.3.
...
Demo Video
This video is the demo for yolov8s-detection int16 quantize.
...