Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ShiMinghao0208 opened this issue Oct 30, 2020 · 6 comments

Comments

@ShiMinghao0208
Copy link

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

@RuiWang138
Copy link

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

@RuiWang138
Copy link

RuiWang138 commented Nov 17, 2020

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

@RuiWang138
Copy link

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

@memorylorry
Copy link

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

@Cliu2
Copy link

Cliu2 commented Jun 17, 2021

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

I found this on the Internet

@memorylorry
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants