Skip to content

Commit 0962043

Browse files
authored
Update README.md
1 parent d424124 commit 0962043

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,30 @@ endif()
9494
add_executable(lite_yolov5 test_lite_yolov5.cpp)
9595
target_link_libraries(lite_yolov5 ${lite.ai.toolkit_LIBS})
9696
```
97-
97+
log output:
98+
```bash
99+
./lite_yolov5
100+
LITEORT_DEBUG LogId: ../examples/hub/onnx/cv/yolov5s.onnx
101+
=============== Input-Dims ==============
102+
Name: images
103+
Dims: 1
104+
Dims: 3
105+
Dims: 640
106+
Dims: 640
107+
=============== Output-Dims ==============
108+
Output: 0 Name: pred Dim: 0 :1
109+
Output: 0 Name: pred Dim: 1 :25200
110+
Output: 0 Name: pred Dim: 2 :85
111+
Output: 1 Name: output2 Dim: 0 :1
112+
......
113+
Output: 3 Name: output4 Dim: 1 :3
114+
Output: 3 Name: output4 Dim: 2 :20
115+
Output: 3 Name: output4 Dim: 3 :20
116+
Output: 3 Name: output4 Dim: 4 :85
117+
========================================
118+
detected num_anchors: 25200
119+
generate_bboxes num: 48
120+
```
98121
<div id="lite.ai.toolkit-Supported-Models-Matrix"></div>
99122
<details>
100123
<summary> 🔑️ Supported Models Matrix!Click here! </summary>

0 commit comments

Comments
 (0)