SCNN icon indicating copy to clipboard operation
SCNN copied to clipboard

Some problems about semantic segmentation on Cityscapes

Open BoSeal opened this issue 6 years ago • 3 comments

I am not clear about how you implement and imporve SCNN model specifically in the Cityscapes dataset in your paper. Could you please provide the SCNN code for this Cityscapes dataset?

BoSeal avatar May 21 '19 15:05 BoSeal

@BoSeal You can refer to https://github.com/XingangPan/SCNN-prototxt-generator for semantic segmentation version of SCNN.

XingangPan avatar May 22 '19 03:05 XingangPan

@XingangPan For tensorflow implementation of SCNN , Can I implement semantic segmentation in the Cityscapes dataset based on this tensorflow version?

BoSeal avatar May 23 '19 09:05 BoSeal

@BoSeal You can easily modify the codes of SCNN-Tensorflow to adapt to Cityscapes dataset as long as you change the input image size, some parameters (fc layers) and the dataloader.

cardwing avatar May 25 '19 04:05 cardwing