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 [2025/01/08 22:22] louis |
products:sbc:vim4:npu:demos:yolov7-tiny [2025/06/12 05:39] (current) louis |
||
---|---|---|---|
Line 6: | Line 6: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
+ | |||
+ | ===== Introduction ===== | ||
+ | |||
+ | YOLOv7-Tiny is an object detection model. It uses bounding boxes to precisely draw each object in image. | ||
+ | |||
+ | Inference results on VIM4. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | **Inference speed test**: USB camera about **126ms** per frame. | ||
===== Train the model ===== | ===== Train the model ===== | ||
Line 149: | Line 159: | ||
$ ./ | $ ./ | ||
``` | ``` | ||
- | |||
- | {{: | ||
=== Camera input demo === | === Camera input demo === | ||
Line 165: | Line 173: | ||
# Run | # Run | ||
- | $ ./ | + | $ ./ |
``` | ``` | ||