semseg icon indicating copy to clipboard operation
semseg copied to clipboard

where i can get the list/train_aug.txt and so on and my dataset dir how to put

Open ShiMinghao0208 opened this issue 5 years ago • 6 comments

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. image

ShiMinghao0208 avatar Oct 30 '20 03:10 ShiMinghao0208

: ( Me too. So have you solved it yet ?

RuiWang138 avatar Nov 16 '20 13:11 RuiWang138

https://github.com/hszhao/semseg/blob/master/README.md ok, README.md may help us. ( 7.others )

RuiWang138 avatar Nov 17 '20 02:11 RuiWang138

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

RuiWang138 avatar Nov 18 '20 00:11 RuiWang138

兄弟,看首页有个7.other,这小节写了,但是VOC数据集哪来的SegmentationClassAug目录呢?

memorylorry avatar Mar 19 '21 12:03 memorylorry

@memorylorry SegmentationClassAug can be downloaded from here: https://www.dropbox.com/s/oeu149j8qtbs1x0/SegmentationClassAug.zip?dl=0

I found this on the Internet

Cliu2 avatar Jun 17 '21 13:06 Cliu2

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.

memorylorry avatar Jun 21 '21 02:06 memorylorry