This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
products:sbc:vim3:npu:vim3_demo_lite:yolov8n [2025/04/23 22:35] louis |
products:sbc:vim3:npu:vim3_demo_lite:yolov8n [2025/07/30 05:41] (current) louis |
||
---|---|---|---|
Line 249: | Line 249: | ||
$ ./ | $ ./ | ||
``` | ``` | ||
+ | |||
+ | === Multithreading demo === | ||
+ | |||
+ | Put '' | ||
+ | Replace '' | ||
+ | |||
+ | ```shell | ||
+ | # Compile | ||
+ | $ cd vim3_npu_applications_lite/ | ||
+ | $ bash build_vx.sh | ||
+ | $ cd bin_r_cv4 | ||
+ | |||
+ | # usb | ||
+ | $ ./ | ||
+ | |||
+ | # mipi | ||
+ | $ ./ | ||
+ | ``` | ||
+ | |||
+ | <WRAP info > | ||
+ | The last parameter, '' | ||
+ | </ | ||