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
e225b20a
Unverified
Commit
e225b20a
authored
May 18, 2018
by
Yukun Zhu
Committed by
GitHub
May 18, 2018
Browse files
Update segmentation_dataset.py
Update ADE20K dataset info.
parent
76d494bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/deeplab/datasets/segmentation_dataset.py
research/deeplab/datasets/segmentation_dataset.py
+2
-2
No files found.
research/deeplab/datasets/segmentation_dataset.py
View file @
e225b20a
...
...
@@ -103,8 +103,8 @@ _ADE20K_INFORMATION = DatasetDescriptor(
'train'
:
20210
,
# num of samples in images/training
'val'
:
2000
,
# num of samples in images/validation
},
num_classes
=
15
0
,
ignore_label
=
255
,
num_classes
=
15
1
,
ignore_label
=
0
,
)
...
...
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