where i can get the list/train_aug.txt and so on and my dataset dir how to put
DATA: data_root: dataset/voc2012 train_list: dataset/voc2012/list/train_aug.txt val_list: dataset/voc2012/list/val.txt
i couldn't find these txt files ,i download ade20k and voc2012. And i don't know how to put the dataset dir.

: ( Me too. So have you solved it yet ?
https://github.com/hszhao/semseg/blob/master/README.md ok, README.md may help us. ( 7.others )
first look at the function make_dataset in dataset.py image_name = os.path.join(data_root, line_split[0]) then look at the txt file named train or val you will know how to put the dataset dir after that
兄弟,看首页有个7.other,这小节写了,但是VOC数据集哪来的SegmentationClassAug目录呢?
@memorylorry SegmentationClassAug can be downloaded from here: https://www.dropbox.com/s/oeu149j8qtbs1x0/SegmentationClassAug.zip?dl=0
I found this on the Internet
Thanks for your response. Refered to way to build voc2021 aug, it is also a method to get SegmentationClassAug dataset. Besides, this article named dirs a litte differently. It doesn't matter.