lama icon indicating copy to clipboard operation
lama copied to clipboard

πŸ¦™ LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022

Results 149 lama issues
Sort by recently updated
recently updated
newest added

Hi,first thx for ur excellent work! when I use celebA lama-deep model to predict with 'refine=True', there always a problem : File "/DATA/jupyter/personal/project/cover_diff/lama/saicinpainting/evaluation/refinement.py", line 128, in _infer z1,z2 = forward_front(masked_image)...

AssertionError: Unpadded size is required for the refinement

Currently all LAMA models have been trained on 256x256 crops of 512x512 images. I would like to understand what changes should be made to train a LAMA model on a...

When trying refinement option with celeba small masks model: [2023-09-03 09:44:32,915][__main__][CRITICAL] - Prediction failed due to not enough values to unpack (expected 2, got 1): Traceback (most recent call last):...

First of all, thank you for your great work! I want to use a lama-fourier model trained on the places dataset to make predictions on my own dataset, the command...

Hello, I'd like to inquire about why the training process remains stuck at this screen after I initiate the training using the command β€œpython3 bin/train.py -cn lama-fourier location=my_dataset data.batch_size=10”.

I uploaed lama-cleaner-iOS. https://github.com/john-rocky/lama-cleaner-iOS Thank you for the great model.

Hi! When I programmatically generate masks for inpainting (with very sharp edges, no blur or smooth transitioning between mask/background) I get slightly worse outputs (visible artifacts) but when I apply...