NVIDIA / semantic-segmentation

Nvidia Semantic Segmentation monorepo
BSD 3-Clause "New" or "Revised" License
1.76k stars 388 forks source link

What is the additional cityscapes `train_extra` data needed for SOTA training? #118

Closed the-joy-of-data closed 3 years ago

the-joy-of-data commented 3 years ago

Hello,

Thank you for sharing your work. Very intuitive README and code structure is very well documented.

I ran some eval tests as mentioned in the README and they went well, I get the exact same IoU of 86.92 for eval_cityscapes.yml

Next, I tried train_cityscapes.yml. I needed to bump down the crop size to 512, 1024 because I was running out of memory, and that worked as well. Please comment if this reduction in crop_size could have an impact on IoU accuracy.

My main question, however, is when I try to train train_cityscapes_sota.yml it breaks while looking for this data folder. leftImg8bit_trainextra/leftImg8bit/train_extra

Could you please share what is this additional / extra data needed from cityscapes to train the sota run? Or was this just a different split that you tried from the original dataset?

Screenshot 2021-02-17 at 18 55 50

the-joy-of-data commented 3 years ago

found it in https://github.com/NVIDIA/semantic-segmentation/blob/main/PREPARE_DATASETS.md, thanks