lama
lama copied to clipboard
🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
- Update albumentations import to fix compatibility - Remove imgaug as its no longer maintained and causing compatibility issues - Change torch.load to have weights_only=False for proper loading of model...
Current behavior: Regardless of the device configuration in the configuration file(`configs/prediction/default.yaml`), the code will only use the CPU for prediction unless refine is enabled. Expected behavior: Use the corresponding device...
I have fixed the error of the cv2 as well other libraries by getting a compatible version of them also I have uploaded the new notebook and made changes in...
As the title suggests, when I don't use `refine = False`, the generated results are quite good. However, when I enable `refine = True`, it seems as if nothing was...
Error: numpy not found Steps to reproduce: 1. Make venv and activate 2. Clone repository and install requirements
Hi, thanks for your great work! I am trying to fine-tune the big-lama model on my custom dataset, but the output after fine-tuning seems worse than the original version. Here...
>> indir="C:\Users\adop\Pictures\castle_hyperlapse\frames\frame_0001.png" ` >> outdir="C:\Users\adop\Pictures\castle_hyperlapse\inpainted_frames" >> Traceback (most recent call last): File "C:\Users\adop\Pictures\castle_hyperlapse\lama\bin\predict.py", line 31, in from saicinpainting.training.data.datasets import make_default_val_dataset File "C:\Users\adop\Pictures\castle_hyperlapse\lama\saicinpainting\training\data\datasets.py", line 6, in import albumentations as A File...
Amazing repo! Just wanted to put together a short guide to finetune this in 2024 with RunPod or similar, since getting this working too piecing together info from a few...
Hello. I am encountering error "Training failed due to num_samples should be a positive integer value, but got num_samples=0:" when running the train.py script on my custom images. The folder...