mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
Update basesegdataset.py (#2492)
## Motivation Makes docstring to be consistent with actual argument name. ## Modification Minor fix ## BC-breaking (Optional) No
This commit is contained in:
parent
d505ec1c94
commit
6d8ba3b5a0
@ -47,7 +47,7 @@ class BaseSegDataset(BaseDataset):
|
|||||||
data_root (str, optional): The root directory for ``data_prefix`` and
|
data_root (str, optional): The root directory for ``data_prefix`` and
|
||||||
``ann_file``. Defaults to None.
|
``ann_file``. Defaults to None.
|
||||||
data_prefix (dict, optional): Prefix for training data. Defaults to
|
data_prefix (dict, optional): Prefix for training data. Defaults to
|
||||||
dict(img_path=None, seg_path=None).
|
dict(img_path=None, seg_map_path=None).
|
||||||
img_suffix (str): Suffix of images. Default: '.jpg'
|
img_suffix (str): Suffix of images. Default: '.jpg'
|
||||||
seg_map_suffix (str): Suffix of segmentation maps. Default: '.png'
|
seg_map_suffix (str): Suffix of segmentation maps. Default: '.png'
|
||||||
filter_cfg (dict, optional): Config for filter data. Defaults to None.
|
filter_cfg (dict, optional): Config for filter data. Defaults to None.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user