advimman / lama

🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
https://advimman.github.io/lama-project/
Apache License 2.0
8.12k stars 861 forks source link

What is pad_out_to_modulo ? #242

Open poitevie opened 1 year ago

poitevie commented 1 year ago

Hi !

I would like to pass 16-bit images as input rather than 8-bit images, what should I modify to do this?

Does pad_out_to_modulo have anything to do with what I want to do? What is this parameter for in the prediction's default.yaml?

Thanks a lot !