pytorch-unet icon indicating copy to clipboard operation
pytorch-unet copied to clipboard

making label

Open zengjianyou opened this issue 4 years ago • 1 comments

Your implementation is very good, why don't you use the background as a segmentation category? FCN uses one-hot is often to use the background as a category

zengjianyou avatar Jul 15 '20 06:07 zengjianyou

Thanks for your comment. The synthetic data example in this repo uses multi-label segmentation - i.e. objects can be overlapped so one pixel can have multiple positive labels. For multi-class segmentation / one-hot setting, I think it's a good idea to have a background category.

usuyama avatar Sep 26 '20 20:09 usuyama