Skip to content

Commit 64c0a66

Browse files
Update README.md
1 parent 723acd6 commit 64c0a66

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ Example: python3 main_DarknetVisualization.py
77

88
"import .cfg path" and "Result save format" can be modified in the 'main_DarknetVisualization.py' directly.
99

10-
<img src="https://github.com/TommyHuang821/Visualization-for-Darknet-network-structure-/blob/master/fig/de1.png" width="50%" height="50%">
10+
<img src="https://github.com/TommyHuang821/Visualization-for-Darknet-network-structure-/blob/master/fig/de1.png" width="80%" height="80%">
1111

1212
# Output Example
1313
YOLO
1414

15-
<img src="https://github.com/TommyHuang821/Visualization-for-Darknet-network-structure-/blob/master/yolo.gv.png" width="50%" height="50%">
15+
<img src="https://github.com/TommyHuang821/Visualization-for-Darknet-network-structure-/blob/master/yolo.gv.png" width="10%" height="10%">
16+
17+
YOLOv2
18+
<img src="https://github.com/TommyHuang821/Visualization-for-Darknet-network-structure-/blob/master/yolov2.gv.png" width="10%" height="10%">
19+
20+
YOLOv3
21+
<img src="https://github.com/TommyHuang821/Visualization-for-Darknet-network-structure-/blob/master/yolov3.gv.png" width="10%" height="10%">
1622

1723
# Requirements
1824

0 commit comments

Comments
 (0)