Skip to content

Commit 18f948e

Browse files
Change line numbers for config file
1 parent b91173c commit 18f948e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,16 +319,16 @@ Navigate to C:\tensorflow1\models\research\object_detection\samples\configs and
319319
Make the following changes to the faster_rcnn_inception_v2_pets.config file. Note: The paths must be entered with single forward slashes (NOT backslashes), or TensorFlow will give a file path error when trying to train the model! Also, the paths must be in double quotation marks ( " ), not single quotation marks ( ' ).
320320

321321
- Line 9. Change num_classes to the number of different objects you want the classifier to detect. For the above basketball, shirt, and shoe detector, it would be num_classes : 3 .
322-
- Line 110. Change fine_tune_checkpoint to:
322+
- Line 106. Change fine_tune_checkpoint to:
323323
- fine_tune_checkpoint : "C:/tensorflow1/models/research/object_detection/faster_rcnn_inception_v2_coco_2018_01_28/model.ckpt"
324324

325-
- Lines 126 and 128. In the train_input_reader section, change input_path and label_map_path to:
325+
- Lines 123 and 125. In the train_input_reader section, change input_path and label_map_path to:
326326
- input_path : "C:/tensorflow1/models/research/object_detection/train.record"
327327
- label_map_path: "C:/tensorflow1/models/research/object_detection/training/labelmap.pbtxt"
328328

329-
- Line 132. Change num_examples to the number of images you have in the \images\test directory.
329+
- Line 130. Change num_examples to the number of images you have in the \images\test directory.
330330

331-
- Lines 140 and 142. In the eval_input_reader section, change input_path and label_map_path to:
331+
- Lines 135 and 137. In the eval_input_reader section, change input_path and label_map_path to:
332332
- input_path : "C:/tensorflow1/models/research/object_detection/test.record"
333333
- label_map_path: "C:/tensorflow1/models/research/object_detection/training/labelmap.pbtxt"
334334

0 commit comments

Comments
 (0)