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.95k stars 1.1k forks source link

How can I have the instance segmentation? #251

Open WenyuZhu opened 4 years ago

WenyuZhu commented 4 years ago

Hi! Great work here! I'm trying to use the code to create annotation images with my own dataset. However, the code only generates the class segmentation which should be on the R(ed) channel. How can I get the instance channel which is on G(reen) channel?