lama
lama copied to clipboard
🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
Hi, is there a way to specify user-generated masks for the training instead of creating them on the fly? I know that @eliohead asked the same already (#119) , but...
(lama) C:\Users\micro\Downloads\lama>python bin/predict.py model.path=.\big-lama indir=.\in outdir=.\output Traceback (most recent call last): File "C:\Users\micro\Downloads\lama\bin\predict.py", line 14, in from saicinpainting.evaluation.utils import move_to_device ModuleNotFoundError: No module named 'saicinpainting' (lama) C:\Users\micro\Downloads\lama>pip install saicinpainting ERROR:...
Thx for ur great work! I'm using ur losses to my task and when I train it in ddp, it has some errors, hopefully u can check it. when I...
Hey @windj007 I'm trying to inpaint my images - Size (360x640), with mask size of 360x640 as well. I have created masks such that: `np.unique(mask) = [0,1]` I'm using the...
Hi all. Thanks for creating this awesome model. We implemented it with some optimizations at Hotpot.ai at https://hotpot.ai/remove-object Could you kindly list our implementation on the main page? Thanks so...
Can you please create new CoreML model ?
Hi there, thx for ur great work. I have tried to use lama to like train on another task which is not inpainting. I try to do it to removal...
Hi, @windj007. I'm getting this error for small images, which of size around 40 * 40. RuntimeError: Padding size should be less than the corresponding input dimension, but got: padding...
When I test ffc.py, I get a runtimeError: give groups=1,weight of size [inchannel,inchannel,kernel_size,kernel_size],expected input [1,inchannel*2,H,W],to have 10 inchannel,but got inchannel*2 instead. But it works when training. So I want to...