CSAILVision / semantic-segmentation-pytorch

Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
http://sceneparsing.csail.mit.edu/
BSD 3-Clause "New" or "Revised" License
4.89k stars 1.09k forks source link

Does it have cascade segmentation module? #165

Open lgqfhwy opened 5 years ago

lgqfhwy commented 5 years ago

Hello, in the paper you said you propose a cascade segmentation module, and this module can be potentially be integrated in any previous semantic segmentation networks. Did you add the cascade segmentation module into it, I could't found it. Thank you so much!

hangzhaomit commented 5 years ago

Hi, the cascade model was originally developed in Caffe, and now the performance is far from SOTA. So we did not try to reimplement it.