File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,30 @@ endif()
9494add_executable(lite_yolov5 test_lite_yolov5.cpp)
9595target_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 >
You can’t perform that action at this time.
0 commit comments