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
424f8da6
Commit
424f8da6
authored
Aug 03, 2017
by
derekjchow
Committed by
GitHub
Aug 03, 2017
Browse files
Merge pull request #2103 from cclauss/patch-3
Indentation error
parents
5afeec21
7bfd09b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
object_detection/utils/label_map_util_test.py
object_detection/utils/label_map_util_test.py
+1
-1
No files found.
object_detection/utils/label_map_util_test.py
View file @
424f8da6
...
...
@@ -75,7 +75,7 @@ class LabelMapUtilTest(tf.test.TestCase):
with
self
.
assertRaises
(
ValueError
):
label_map_util
.
load_labelmap
(
label_map_path
)
def
test_keep_categories_with_unique_id
(
self
):
def
test_keep_categories_with_unique_id
(
self
):
label_map_proto
=
string_int_label_map_pb2
.
StringIntLabelMap
()
label_map_string
=
"""
item {
...
...
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