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
6c2a1d6b
Commit
6c2a1d6b
authored
Jun 22, 2017
by
ericj974
Committed by
ericj
Jun 22, 2017
Browse files
Naming consistency pascal_voc_ -> pascal_
parent
3f9382a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
object_detection/samples/configs/faster_rcnn_resnet101_voc07.config
...ection/samples/configs/faster_rcnn_resnet101_voc07.config
+4
-4
No files found.
object_detection/samples/configs/faster_rcnn_resnet101_voc07.config
View file @
6c2a1d6b
...
@@ -118,9 +118,9 @@ train_config: {
...
@@ -118,9 +118,9 @@ train_config: {
train_input_reader
: {
train_input_reader
: {
tf_record_input_reader
{
tf_record_input_reader
{
input_path
:
"PATH_TO_BE_CONFIGURED/pascal_
voc_
train.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pascal_train.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pascal_
voc_
label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pascal_label_map.pbtxt"
}
}
eval_config
: {
eval_config
: {
...
@@ -129,7 +129,7 @@ eval_config: {
...
@@ -129,7 +129,7 @@ eval_config: {
eval_input_reader
: {
eval_input_reader
: {
tf_record_input_reader
{
tf_record_input_reader
{
input_path
:
"PATH_TO_BE_CONFIGURED/pascal_
voc_
val.record"
input_path
:
"PATH_TO_BE_CONFIGURED/pascal_val.record"
}
}
label_map_path
:
"PATH_TO_BE_CONFIGURED/pascal_
voc_
label_map.pbtxt"
label_map_path
:
"PATH_TO_BE_CONFIGURED/pascal_label_map.pbtxt"
}
}
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