Skip to content

Commit 1022bfa

Browse files
Removed sizeChecker instructions
1 parent 17a07f7 commit 1022bfa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,6 @@ Download and install LabelImg, point it to your \images\train directory, and the
205205

206206
LabelImg saves a .xml file containing the label data for each image. These .xml files will be used to generate TFRecords, which are one of the inputs to the TensorFlow trainer. Once you have labeled and saved each image, there will be one .xml file for each image in the \test and \train directories.
207207

208-
Also, you can check if the size of each bounding box is correct by running sizeChecker.py
209-
210-
```
211-
(tensorflow1) C:\tensorflow1\models\research\object_detection> python sizeChecker.py --move
212-
```
213-
214208
### 4. Generate Training Data
215209
With the images labeled, it’s time to generate the TFRecords that serve as input data to the TensorFlow training model. This tutorial uses the xml_to_csv.py and generate_tfrecord.py scripts from [Dat Tran’s Raccoon Detector dataset](https://github.com/datitran/raccoon_dataset), with some slight modifications to work with our directory structure.
216210

0 commit comments

Comments
 (0)