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/03/12 21:57] louis |
products:sbc:vim3:npu:vim3_demo_lite:yolov8n [2025/04/23 22:35] (current) louis |
||
---|---|---|---|
Line 12: | Line 12: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
+ | |||
+ | YOLOv8n is an object detection model. It uses bounding boxes to precisely draw each object in image. | ||
+ | |||
+ | Inference results on VIM3. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | **Inference speed test**: USB camera about **137ms** per frame. MIPI camera about **115ms** per frame. | ||
===== Train the model ===== | ===== Train the model ===== | ||
Line 234: | Line 242: | ||
$ bash build_vx.sh | $ bash build_vx.sh | ||
$ cd bin_r_cv4 | $ cd bin_r_cv4 | ||
- | $ ./ | + | |
+ | # usb | ||
+ | $ ./ | ||
+ | |||
+ | # mipi | ||
+ | $ ./ | ||
``` | ``` | ||