This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
products:sbc:edge2:npu:demos:yolov8n [2024/07/03 21:44] louis |
products:sbc:edge2:npu:demos:yolov8n [2025/04/09 23:20] (current) louis |
||
---|---|---|---|
Line 5: | Line 5: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
- | ===== Get Source Code ===== | + | ===== Introduction ===== |
+ | |||
+ | YOLOv8n is an object detection model. It uses bounding boxes to precisely draw each object in image. | ||
+ | |||
+ | Inference results on Edge2. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | **Inference speed test**: USB camera about **52ms** per frame. MIPI camera about **40ms** per frame. | ||
+ | |||
+ | ===== Train Model ===== | ||
Download YOLOv8 official code [[gh> | Download YOLOv8 official code [[gh> | ||
Line 191: | Line 201: | ||
$ bash build.sh | $ bash build.sh | ||
- | # Run | + | # Run USB camera |
+ | $ cd install/ | ||
+ | $ ./ | ||
+ | |||
+ | # Run MIPI camera | ||
$ cd install/ | $ cd install/ | ||
- | $ ./ | + | $ ./ |
``` | ``` | ||
<WRAP info > | <WRAP info > | ||
- | '' | + | '' |
</ | </ | ||