This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim4:npu:demos:yolov7-tiny [2024/10/28 21:10] louis |
products:sbc:vim4:npu:demos:yolov7-tiny [2025/01/08 22:22] (current) louis |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~tag> NPU YOLO OpenCV VIM4 ~~ | ~~tag> NPU YOLO OpenCV VIM4 ~~ | ||
+ | |||
+ | **Doc for version ddk-3.4.7.7** | ||
====== YOLOv7-tiny VIM4 Demo - 1 ====== | ====== YOLOv7-tiny VIM4 Demo - 1 ====== | ||
Line 26: | Line 28: | ||
``` | ``` | ||
- | ===== Get Convert Tool ===== | + | ==== Get the conversion tool ==== |
+ | |||
+ | Download The conversion tool from [[gh> | ||
```shell | ```shell | ||
$ git lfs install | $ git lfs install | ||
- | $ git lfs clone https://gitlab.com/ | + | $ git lfs clone https://github.com/ |
$ cd vim4_npu_sdk | $ cd vim4_npu_sdk | ||
$ ls | $ ls | ||
- | adla-toolkit-binary | + | adla-toolkit-binary |
``` | ``` | ||
Line 40: | Line 44: | ||
* '' | * '' | ||
- | ==== Get the conversion tool ==== | + | <WRAP important> |
- | + | If your kernel is older than 241129, please use branch npu-ddk-1.7.5.5. | |
- | Download The conversion tool from [[gl> | + | </WRAP> |
- | + | ||
- | ```shell | + | |
- | $ git clone https:// | + | |
- | ``` | + | |
==== Convert ==== | ==== Convert ==== | ||
Line 98: | Line 98: | ||
--quantize-dtype int8 --outdir onnx_output | --quantize-dtype int8 --outdir onnx_output | ||
--channel-mean-value " | --channel-mean-value " | ||
+ | --inference-input-type " | ||
+ | --inference-output-type " | ||
--source-file dataset.txt | --source-file dataset.txt | ||
--batch-size 1 --target-platform PRODUCT_PID0XA003 | --batch-size 1 --target-platform PRODUCT_PID0XA003 | ||
Line 118: | Line 120: | ||
``` | ``` | ||
+ | |||
+ | <WRAP important> | ||
+ | If your kernel is older than 241129, please use version before tag ddk-3.4.7.7. | ||
+ | </ | ||
==== Install dependencies ==== | ==== Install dependencies ==== | ||
Line 141: | Line 147: | ||
# Run | # Run | ||
- | $ sudo ./ | + | $ ./ |
``` | ``` | ||
+ | |||
+ | {{: | ||
=== Camera input demo === | === Camera input demo === | ||
Line 157: | Line 165: | ||
# Run | # Run | ||
- | $ sudo ./ | + | $ ./ |
``` | ``` | ||