mapillary / seamseg

Seamless Scene Segmentation
BSD 3-Clause "New" or "Revised" License
289 stars 53 forks source link

Is it necessary to use coarse data to reproduce your Cityscapes result? #18

Closed txfs1926 closed 4 years ago

txfs1926 commented 4 years ago

Hi, thanks for this great work!

I just wonder if it's necessary to use Cityscapes coarse data to reproduce results on Cityscapes experiment. Because I noticed the dataset format-conversion script needs coarse data. https://github.com/mapillary/seamseg/blob/18e28cc0d083fdd342f303afc926153bb3b2a230/scripts/data_preparation/prepare_cityscapes.py#L22

Thanks!

ducksoup commented 4 years ago

The coarse data is processed by the conversion script since it's part of the full dataset and could be exploited if wanted by the end user. All results from the paper, however, do not use the coarse data in any way.