Skip to content

Commit e225b20

Browse files
authored
Update segmentation_dataset.py
Update ADE20K dataset info.
1 parent 76d494b commit e225b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research/deeplab/datasets/segmentation_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
'train': 20210, # num of samples in images/training
104104
'val': 2000, # num of samples in images/validation
105105
},
106-
num_classes=150,
107-
ignore_label=255,
106+
num_classes=151,
107+
ignore_label=0,
108108
)
109109

110110

0 commit comments

Comments
 (0)