Apply Image segmentation to mask a specific area for inpainting alternate to manual masking. #3222
Open
1 task done
Labels
enhancement
New feature or request
Is there an existing issue for this?
What would your feature do ?
What if we Use model like yolov4 to detect objects in an image then create mask (or even delete the unwanted object or area) and then inpaint which will be much better and accurate. also image segmentation is much easier than text to mask or masking with brush, with just one click away let the model do object detection and masking so inpainting process will be like this:
-> detect an object with yolov4 or any other highly accurate model
-> create mask with U-Net , FastFCN, MaskRCNN (which ever model full fill the purpose best)
-> ( if it give us good result delete the object or area from image)
-> inpaint the masked area ( with text to img)
Proposed workflow
The text was updated successfully, but these errors were encountered: