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
30c916e2
Commit
30c916e2
authored
Sep 19, 2017
by
derekjchow
Committed by
GitHub
Sep 19, 2017
Browse files
Merge pull request #2410 from lime62/fix_typo_eval
Fix typo
parents
614338f9
998104bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
object_detection/eval.py
object_detection/eval.py
+1
-1
No files found.
object_detection/eval.py
View file @
30c916e2
...
@@ -30,7 +30,7 @@ Example usage:
...
@@ -30,7 +30,7 @@ Example usage:
--pipeline_config_path=pipeline_config.pbtxt
--pipeline_config_path=pipeline_config.pbtxt
2) Three configuration files may be provided: a model_pb2.DetectionModel
2) Three configuration files may be provided: a model_pb2.DetectionModel
configuration file to define what type of DetectionModel is being eva
u
lated, an
configuration file to define what type of DetectionModel is being eval
u
ated, an
input_reader_pb2.InputReader file to specify what data the model is evaluating
input_reader_pb2.InputReader file to specify what data the model is evaluating
and an eval_pb2.EvalConfig file to configure evaluation parameters.
and an eval_pb2.EvalConfig file to configure evaluation parameters.
...
...
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