Fix the docstring error in the class PascalContextDataset59 (#2450)
## Motivation The docstring in the class PascalContextDataset59 is misleading. Try to fix it. ## Modification The docstring in the class PascalContextDataset59 is changed.pull/2489/head
parent
c143f96c1d
commit
bedec406e1
|
@ -58,10 +58,10 @@ class PascalContextDataset(CustomDataset):
|
||||||
class PascalContextDataset59(CustomDataset):
|
class PascalContextDataset59(CustomDataset):
|
||||||
"""PascalContext dataset.
|
"""PascalContext dataset.
|
||||||
|
|
||||||
In segmentation map annotation for PascalContext, 0 stands for background,
|
In segmentation map annotation for PascalContext59, background is not
|
||||||
which is included in 60 categories. ``reduce_zero_label`` is fixed to
|
included in 59 categories. ``reduce_zero_label`` is fixed to True.
|
||||||
False. The ``img_suffix`` is fixed to '.jpg' and ``seg_map_suffix`` is
|
The ``img_suffix`` is fixed to '.jpg' and ``seg_map_suffix`` is fixed
|
||||||
fixed to '.png'.
|
to '.png'.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
split (str): Split txt file for PascalContext.
|
split (str): Split txt file for PascalContext.
|
||||||
|
|
Loading…
Reference in New Issue