avalonstrel / GatedConvolution

An reimplement version of inpainting model in Free-Form Image Inpainting with Gated Convolution
Other
115 stars 27 forks source link

About irrmask_flist.txt #3

Open JinMengKang opened 5 years ago

JinMengKang commented 5 years ago

Thank you for your work.! Could you tell me what the irrmask file in inpaint.yml looks like? How should I generate it?

avalonstrel commented 5 years ago

The file should just be like : mask_path1.jpg mask_path2.jpg ...

Actually, it is a test way in my work previously, and in the new version I didn't use it. And if you want use it, you should set MASKFROMFILE=True in inpaint.yml. The mask data should be 0,1 gray image.

JinMengKang commented 5 years ago

Ok, I'll try, thank you very much for your reply and thank you again for your excellent work.