Segmentation Example

I am trying to find a segmentation example in PyTorch. Do we have any officially blessed implementations that I could review?

I don’t think that there are any official implementations available yet, but you can take a look at some of these repos for semantic segmentation implementations using pytorch:

  1. https://github.com/bodokaiser/piwise
  2. https://github.com/ycszen/pytorch-ss
  3. https://github.com/mattmacy/vnet.pytorch
3 Likes