mmsegmentation/configs/_base_/datasets/pascal_voc12_aug.py

10 lines
261 B
Python
Raw Normal View History

2020-07-07 20:52:19 +08:00
_base_ = './pascal_voc12.py'
# dataset settings
data = dict(
train=dict(
ann_dir=['SegmentationClass', 'SegmentationClassAug'],
split=[
'ImageSets/Segmentation/train.txt',
'ImageSets/Segmentation/aug.txt'
]))