You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a feature that allows to use donor areas for the inpainting process. How does it works? You can provide an additional mask image where masked areas that fall into the area to inpaint will be inpainted from the areas that are not falling into the inpaint area.
The task is pretty fun though.
You clone the repo.
Build and run sample console project Inpaint
Find the place in code where donors are used(for the moment they are empty)
Find a sample image t061.jpg, mask - m061.png and donor images d0611.png, d0612.png - modify the sample code to use this input.
Play around with it. Understand what it does.
Update the README.md with good explanation on how donors work. It should contain code extracts and visuals(e.g. demonstrate results with and without donors).
Be creative!
The text was updated successfully, but these errors were encountered:
I'm not sure I 've understood how to use the donor. I provide a new mask that contains the area that I want to use for filling, but it seems to ignore it.
There is a feature that allows to use donor areas for the inpainting process. How does it works? You can provide an additional mask image where masked areas that fall into the area to inpaint will be inpainted from the areas that are not falling into the inpaint area.
The task is pretty fun though.
donors
are used(for the moment they are empty)t061.jpg
, mask -m061.png
and donor imagesd0611.png
,d0612.png
- modify the sample code to use this input.The text was updated successfully, but these errors were encountered: