How to contour the image
mhjiang0408 opened this issue · 2 comments
mhjiang0408 commented
I want to contour my own image by 1_lama_contour_remover
, and I put the texture_with_bg.png
and mask.png
in the target folder. But I cannot generate the texture.png
and ffc_resnet_inpainted.png
by running predict.py
as the instruction in README.md
. I want to get the detailed instruction of the contour removal step. Thanks!
LordLiang commented
You need generate texture.png
from texture_with_bg.png
and mask.png
and then run predict.py
to get ffc_resnet_inpainted.png
.
alphazhugit commented
ffc_resnet_inpainted
So how can I obtain texture.png from texture_with_bg.png and mask.png? Do I need to process it manually myself? predict.py can only get ffc_resnet_inpainted.png.