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
eeb00c02
Commit
eeb00c02
authored
Jul 17, 2017
by
derekjchow
Committed by
GitHub
Jul 17, 2017
Browse files
Merge pull request #1965 from korrawat/obj_detection_nb
Fix indentation in obj detection tutorial
parents
fe2f8b01
8f52c681
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
object_detection/object_detection_tutorial.ipynb
object_detection/object_detection_tutorial.ipynb
+8
-8
object_detection/utils/label_map_util.py
object_detection/utils/label_map_util.py
+1
-1
No files found.
object_detection/object_detection_tutorial.ipynb
View file @
eeb00c02
object_detection/utils/label_map_util.py
View file @
eeb00c02
...
...
@@ -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