seth814 / Semantic-Shapes

A semantic segmentation pipeline for custom image annotation
MIT License
128 stars 55 forks source link

Multiple hue masks overlapping eachother #11

Closed namKolorfuL closed 4 years ago

namKolorfuL commented 4 years ago

Hi, I was trying to create hue masks for multi-class segmentation for U-Net using Image Masks and Augmentation.ipynb in your repo but my labels ended up overlapping each other like this and my road label was supposed to be behind of all labels. Any idea to bring the road label to the back of all labels? Thanks

Screenshot (50)

seth814 commented 4 years ago

Are you getting the correct predictions and it's just drawing the boxes incorrectly? I never really tested this with overlapping bounding boxes. I'd recommend using a different repository.