OPHoperHPO / image-background-remove-tool

✂️ Automated high-quality background removal framework for an image using neural networks. ✂️
https://carve.photos
Apache License 2.0
1.39k stars 272 forks source link

User defined mask as input, or erase/restore feature #153

Open SolessChong opened 6 months ago

SolessChong commented 6 months ago

Really nice project!. I'm looking at integrating with my site. However my users are looking for interactive process, or pre-defined mask prior for the background removal task, as the Erase/Restore feature implemented on remove.bg. Is there any way to do that? My thoughts are feeding the mask user drawn in some step  of the iteration, or feed the map into some layer of the unet. Could you provide some help or direct the right direction?