Trouble with Segmentation
Hi all! I am trying to create a Background Segmentation without using the template (because I have other elements at scene), but it's not working. If I change the type of segmentation to any other (for example, hair or face segmentation), all of them are working. But it doesn't work with portrait, which is the one I need. The funny thing is that if I invert it, it also works, so it makes no sense at all... Anyone knows how to fix it?
Thank you very much in advance!
Hi Irene,
By default, our machine learning models should predict target segmentation regions as positive classes. In your case, we suspect that you are training your model with your region of interest having a ground truth label 0, which explains why inverting the model output works!
Eric