Skip to content

Commit 3b15402

Browse files
author
Jonathan Huang
authored
Merge pull request #1801 from jiaphuan/patch-1
Fixing evaluation config
2 parents d7d87e3 + 3e71035 commit 3b15402

8 files changed

+17
-1
lines changed

object_detection/samples/configs/faster_rcnn_inception_resnet_v2_atrous_pets.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,6 @@ eval_input_reader: {
133133
input_path: "PATH_TO_BE_CONFIGURED/pet_val.record"
134134
}
135135
label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
136+
shuffle: false
137+
num_readers: 1
136138
}

object_detection/samples/configs/faster_rcnn_resnet101_pets.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,6 @@ eval_input_reader: {
131131
input_path: "PATH_TO_BE_CONFIGURED/pet_val.record"
132132
}
133133
label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
134+
shuffle: false
135+
num_readers: 1
134136
}

object_detection/samples/configs/faster_rcnn_resnet101_voc07.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,6 @@ eval_input_reader: {
132132
input_path: "PATH_TO_BE_CONFIGURED/pascal_val.record"
133133
}
134134
label_map_path: "PATH_TO_BE_CONFIGURED/pascal_label_map.pbtxt"
135+
shuffle: false
136+
num_readers: 1
135137
}

object_detection/samples/configs/faster_rcnn_resnet152_pets.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,6 @@ eval_input_reader: {
131131
input_path: "PATH_TO_BE_CONFIGURED/pet_val.record"
132132
}
133133
label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
134+
shuffle: false
135+
num_readers: 1
134136
}

object_detection/samples/configs/faster_rcnn_resnet50_pets.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,6 @@ eval_input_reader: {
131131
input_path: "PATH_TO_BE_CONFIGURED/pet_val.record"
132132
}
133133
label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
134+
shuffle: false
135+
num_readers: 1
134136
}

object_detection/samples/configs/rfcn_resnet101_pets.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,6 @@ eval_input_reader: {
128128
input_path: "PATH_TO_BE_CONFIGURED/pet_val.record"
129129
}
130130
label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
131-
}
131+
shuffle: false
132+
num_readers: 1
133+
}

object_detection/samples/configs/ssd_inception_v2_pets.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,6 @@ eval_input_reader: {
177177
input_path: "PATH_TO_BE_CONFIGURED/pet_val.record"
178178
}
179179
label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
180+
shuffle: false
181+
num_readers: 1
180182
}

object_detection/samples/configs/ssd_mobilenet_v1_pets.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,6 @@ eval_input_reader: {
183183
input_path: "PATH_TO_BE_CONFIGURED/pet_val.record"
184184
}
185185
label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
186+
shuffle: false
187+
num_readers: 1
186188
}

0 commit comments

Comments
 (0)