This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:edge2:npu:demos:yolov7-tiny [2023/09/20 04:08] hyphop [Compile and run] |
products:sbc:edge2:npu:demos:yolov7-tiny [2025/04/09 23:10] (current) louis |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| {{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 Edge2. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | **Inference speed test**: USB camera about **43ms** per frame. MIPI camera about **33ms** per frame. | ||
| ===== Train Model ===== | ===== Train Model ===== | ||
| Line 143: | Line 153: | ||
| $ bash build.sh | $ bash build.sh | ||
| - | # Run | + | # Run USB camera |
| + | $ cd install/ | ||
| + | $ ./ | ||
| + | |||
| + | # Run MIPI camera | ||
| $ cd install/ | $ cd install/ | ||
| - | $ ./ | + | $ ./ |
| ``` | ``` | ||
| <WRAP info > | <WRAP info > | ||
| - | '' | + | '' |
| </ | </ | ||