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
8f52c681
"vscode:/vscode.git/clone" did not exist on "b70ecdb51a97119c939394bc2c7061486e5219bf"
Commit
8f52c681
authored
Jul 14, 2017
by
James Pruegsanusak
Browse files
Minor typo label_map_util.py
parent
8a317572
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.py
object_detection/utils/label_map_util.py
+1
-1
No files found.
object_detection/utils/label_map_util.py
View file @
8f52c681
...
...
@@ -75,7 +75,7 @@ def convert_label_map_to_categories(label_map,
list is created with max_num_classes categories.
max_num_classes: maximum number of (consecutive) label indices to include.
use_display_name: (boolean) choose whether to load 'display_name' field
as category name. If False o
f
if the display_name field does not exist,
as category name. If False o
r
if the display_name field does not exist,
uses 'name' field as category names instead.
Returns:
categories: a list of dictionaries representing all possible categories.
...
...
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