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
8f6daf5d
Commit
8f6daf5d
authored
Mar 30, 2018
by
Billy Lamberta
Browse files
Merge branch 'master' of github.com:tensorflow/models into fix-nb-eager
parents
5a060b4f
46377f88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/deeplab/vis.py
research/deeplab/vis.py
+1
-1
No files found.
research/deeplab/vis.py
View file @
8f6daf5d
...
@@ -173,7 +173,7 @@ def _process_batch(sess, original_images, semantic_predictions, image_names,
...
@@ -173,7 +173,7 @@ def _process_batch(sess, original_images, semantic_predictions, image_names,
colormap_type
=
FLAGS
.
colormap_type
)
colormap_type
=
FLAGS
.
colormap_type
)
if
FLAGS
.
also_save_raw_predictions
:
if
FLAGS
.
also_save_raw_predictions
:
image_filename
=
image_names
[
i
]
image_filename
=
os
.
path
.
basename
(
image_names
[
i
]
)
if
train_id_to_eval_id
is
not
None
:
if
train_id_to_eval_id
is
not
None
:
crop_semantic_prediction
=
_convert_train_id_to_eval_id
(
crop_semantic_prediction
=
_convert_train_id_to_eval_id
(
...
...
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