git / segmentation /configs /_base_ /datasets /pascal_voc12_aug.py
Leonardo6's picture
Add files using upload-large-folder tool
7dce762 verified
raw
history blame contribute delete
261 Bytes
_base_ = './pascal_voc12.py'
# dataset settings
data = dict(
train=dict(
ann_dir=['SegmentationClass', 'SegmentationClassAug'],
split=[
'ImageSets/Segmentation/train.txt',
'ImageSets/Segmentation/aug.txt'
]))