Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
3b15402f
Commit
3b15402f
authored
Jun 29, 2017
by
Jonathan Huang
Committed by
GitHub
Jun 29, 2017
Browse files
Merge pull request #1801 from jiaphuan/patch-1
Fixing evaluation config
parents
d7d87e3d
3e71035c
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
1 deletion
+17
-1
object_detection/samples/configs/faster_rcnn_inception_resnet_v2_atrous_pets.config
...onfigs/faster_rcnn_inception_resnet_v2_atrous_pets.config
+2
-0
object_detection/samples/configs/faster_rcnn_resnet101_pets.config
...tection/samples/configs/faster_rcnn_resnet101_pets.config
+2
-0
object_detection/samples/configs/faster_rcnn_resnet101_voc07.config
...ection/samples/configs/faster_rcnn_resnet101_voc07.config
+2
-0
object_detection/samples/configs/faster_rcnn_resnet152_pets.config
...tection/samples/configs/faster_rcnn_resnet152_pets.config
+2
-0
object_detection/samples/configs/faster_rcnn_resnet50_pets.config
...etection/samples/configs/faster_rcnn_resnet50_pets.config
+2
-0
object_detection/samples/configs/rfcn_resnet101_pets.config
object_detection/samples/configs/rfcn_resnet101_pets.config
+3
-1
object_detection/samples/configs/ssd_inception_v2_pets.config
...ct_detection/samples/configs/ssd_inception_v2_pets.config
+2
-0
object_detection/samples/configs/ssd_mobilenet_v1_pets.config
...ct_detection/samples/configs/ssd_mobilenet_v1_pets.config
+2
-0
No files found.
object_detection/samples/configs/faster_rcnn_inception_resnet_v2_atrous_pets.config
View file @
3b15402f
...
@@ -133,4 +133,6 @@ eval_input_reader: {
...
@@ -133,4 +133,6 @@ eval_input_reader: {
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
shuffle
:
false
num_readers
:
1
}
}
object_detection/samples/configs/faster_rcnn_resnet101_pets.config
View file @
3b15402f
...
@@ -131,4 +131,6 @@ eval_input_reader: {
...
@@ -131,4 +131,6 @@ eval_input_reader: {
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
shuffle
:
false
num_readers
:
1
}
}
object_detection/samples/configs/faster_rcnn_resnet101_voc07.config
View file @
3b15402f
...
@@ -132,4 +132,6 @@ eval_input_reader: {
...
@@ -132,4 +132,6 @@ eval_input_reader: {
input_path
:
"PATH_TO_BE_CONFIGURED/pascal_val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pascal_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pascal_label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pascal_label_map.pbtxt"
shuffle
:
false
num_readers
:
1
}
}
object_detection/samples/configs/faster_rcnn_resnet152_pets.config
View file @
3b15402f
...
@@ -131,4 +131,6 @@ eval_input_reader: {
...
@@ -131,4 +131,6 @@ eval_input_reader: {
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
shuffle
:
false
num_readers
:
1
}
}
object_detection/samples/configs/faster_rcnn_resnet50_pets.config
View file @
3b15402f
...
@@ -131,4 +131,6 @@ eval_input_reader: {
...
@@ -131,4 +131,6 @@ eval_input_reader: {
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
shuffle
:
false
num_readers
:
1
}
}
object_detection/samples/configs/rfcn_resnet101_pets.config
View file @
3b15402f
...
@@ -128,4 +128,6 @@ eval_input_reader: {
...
@@ -128,4 +128,6 @@ eval_input_reader: {
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
}
shuffle
:
false
\ No newline at end of file
num_readers
:
1
}
object_detection/samples/configs/ssd_inception_v2_pets.config
View file @
3b15402f
...
@@ -177,4 +177,6 @@ eval_input_reader: {
...
@@ -177,4 +177,6 @@ eval_input_reader: {
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
shuffle
:
false
num_readers
:
1
}
}
object_detection/samples/configs/ssd_mobilenet_v1_pets.config
View file @
3b15402f
...
@@ -183,4 +183,6 @@ eval_input_reader: {
...
@@ -183,4 +183,6 @@ eval_input_reader: {
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pet_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
shuffle
:
false
num_readers
:
1
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment