Skip to content

Commit b543c92

Browse files
committed
Update YOLOv2
1 parent 6153338 commit b543c92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Object_Detection/YOLOv1/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $ vi ../../scripts/xml2txt.sh
116116

117117
You should substitute the path of training XML data for "--input_dir", training text data for "--output_dir", class name list for "--class_list", respectively.
118118
~~~
119-
!/bin/bash
119+
#!/bin/bash
120120
121121
SCRIPT_DIR=$(cd $(dirname $0); pwd)
122122
@@ -138,7 +138,7 @@ $ vi ../../scripts/xml2txt.sh
138138

139139
You should substitute the path of test XML data for "--input_dir", test text data for "--output_dir", class name list for "--class_list", respectively.
140140
~~~
141-
!/bin/bash
141+
#!/bin/bash
142142
143143
SCRIPT_DIR=$(cd $(dirname $0); pwd)
144144

Object_Detection/YOLOv2/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $ vi ../../scripts/xml2txt.sh
116116

117117
You should substitute the path of training XML data for "--input_dir", training text data for "--output_dir", class name list for "--class_list", respectively.
118118
~~~
119-
!/bin/bash
119+
#!/bin/bash
120120
121121
SCRIPT_DIR=$(cd $(dirname $0); pwd)
122122
@@ -138,7 +138,7 @@ $ vi ../../scripts/xml2txt.sh
138138

139139
You should substitute the path of test XML data for "--input_dir", test text data for "--output_dir", class name list for "--class_list", respectively.
140140
~~~
141-
!/bin/bash
141+
#!/bin/bash
142142
143143
SCRIPT_DIR=$(cd $(dirname $0); pwd)
144144

0 commit comments

Comments
 (0)