Closed phuongchi911 closed 4 years ago
Hi @phuongchi911 , the segmentation masks in
SegmentationClassAug
folder is downloaded from here. I only process SBD data for generating instance-level masks. You may download the dataset from here and use the folderbenchmark_RELEASE/dataset
as SBD folder.Thank you.
Thanks so much for the details. Yes i have downloaded your SegmentationClassAug. May I ask if my data only has the masks photos like in the folder SegmentationClass, is it required to transform them to the SBD data? Thanks so much for the advise.
Basically the data in the Google Drive is all you need to run the experiments.
sbd_instance_process.py
is only needed when you already have SBD data and don't want to download large files from Google Drive. Then you can use it to transform the SBD data format (.mat) into VOC format (PNG image with mode 'P'). The code in this repo uses VOC format masks.
Regarding your questions, it is not needed to transform them to the SBD data.
Thank you.
I’m closing this issue because it has been inactive for a while. Feel free to reopen if you have questions. Thank you.
Hi Kaixin sorry to trouble u. May i ask what is your 'SBD' folder and how i can get it? Sorry if i missed out something. From my undertanding it seemed u already have the SBD folder in place and process them and save them to
SegmentationClassAug
folder. Thank you very much.sbd_instance_process.py