milesial / Pytorch-UNet

PyTorch implementation of the U-Net for image semantic segmentation with high quality images
GNU General Public License v3.0
9.32k stars 2.52k forks source link

Complex background cutting such as mobile phone glue path detection #515

Open bobo970722 opened 2 weeks ago

bobo970722 commented 2 weeks ago

Hello everyone, I need to detect the lines formed by glue inside the phone, the glue line is wrapped around the frame of the phone.And the glue line is black, which may be confused with the background color. In addition, some of the glue lines are not closed. My original dataset contained 500 images.Can I detect the glue lines by using UNet?