SCNN
SCNN copied to clipboard
Some problems about semantic segmentation on Cityscapes
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 You can refer to https://github.com/XingangPan/SCNN-prototxt-generator for semantic segmentation version of SCNN.
@XingangPan For tensorflow implementation of SCNN , Can I implement semantic segmentation in the Cityscapes dataset based on this tensorflow version?
@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.