29.06.2024, 08:30
To be more precise there is some little difference between the inpainting and outpainting mode.
As example consider this frame
Using the inpainting mode with the mask on the edges is obtained this frame
while using the outpainting mode, the lateral edges are a little better
Since this clip is moving only up, ProPainter is able to draw successfully the upper/lower edges, but has not enough information to draw successfully the lateral edges.
I will release a new version with the outpainting mode implemented.
In the new release will be the following functions:
Is up to you decide if add the outpainting mode or not.
Dan
As example consider this frame
Using the inpainting mode with the mask on the edges is obtained this frame
while using the outpainting mode, the lateral edges are a little better
Since this clip is moving only up, ProPainter is able to draw successfully the upper/lower edges, but has not enough information to draw successfully the lateral edges.
I will release a new version with the outpainting mode implemented.
In the new release will be the following functions:
- propainter_inpaint() : exactly the same as previous propainter()
- propainter_outpaint() : propainter in outpainting mode
- propainter() : a wrapper to the 2 functions above (with defaults switching to propainter_inpaint).
Is up to you decide if add the outpainting mode or not.
Dan