We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d505ec1 commit 6d8ba3bCopy full SHA for 6d8ba3b
mmseg/datasets/basesegdataset.py
@@ -47,7 +47,7 @@ class BaseSegDataset(BaseDataset):
47
data_root (str, optional): The root directory for ``data_prefix`` and
48
``ann_file``. Defaults to None.
49
data_prefix (dict, optional): Prefix for training data. Defaults to
50
- dict(img_path=None, seg_path=None).
+ dict(img_path=None, seg_map_path=None).
51
img_suffix (str): Suffix of images. Default: '.jpg'
52
seg_map_suffix (str): Suffix of segmentation maps. Default: '.png'
53
filter_cfg (dict, optional): Config for filter data. Defaults to None.
0 commit comments