sujaykhandekar / Automated-objects-removal-inpainter

Automated object remover Inpainter is a project that combines Semantic segmentation and EdgeConnect architectures with minor changes in order to remove specified object/s from list of 20 objects from all the input photos
Other
199 stars 40 forks source link

Not removing objects correctly #20

Closed vineeth12365 closed 2 years ago

vineeth12365 commented 2 years ago

386_256 856_256 985_256 1023_256 1055_256 0090 0095 141_256 277_256 292_256 313_256 0376 0378

vineeth12365 commented 2 years ago

not at all removing properly

vineeth12365 commented 2 years ago

can U guide me to ,how to remove properly

sujaykhandekar commented 2 years ago

@vineeth12365 this happens when pre trained Edge connect models are not configured properly. Please check this https://github.com/knazeri/edge-connect Use the links for the pretrained models from that repo, if the one mentioned on mine are not working.

ocissor commented 1 year ago

Hi, @sujaykhandekar I am also getting results like @vineeth12365. Can anyone tell me what should i change in the config file to get the correct results?

Thank you