lama
lama copied to clipboard
🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
Obtain the following error **Prediction failed due to Missing key visualizer** when I run _bash script/predict_and_inpaint.sh_ ``` rm: cannot remove 'results/*': No such file or directory rm: cannot remove 'each_step_results/*':...
Small change introducing the option to provide a path (through location config) for model checkpoint to be used to load weights before starting a new training. I used this with...
I want to add it to your subproject list: https://github.com/wudijimao/Inpaint-iOS If you need more infomation, pls tell me. Thank you very much! It's opensource and also available on AppStore~ I'will...
Hello, I have the following error when attempting to run predict: ``` Traceback (most recent call last): File "/home/user/pythonProjects/lama/bin/predict.py", line 84, in main batch = model(batch) File "/home/user/pythonProjects/inpenv/lib64/python3.6/site-packages/torch/nn/modules/module.py", line 889,...
I use set PYTHONPATH=%cd% python bin\to_jit.py model.path=%cd%\big-lama +save_path=%cd%\big-lama\big-lama.jit in the root directory of lama under windows os in order to convert ckpt format to pt format, but An error occurred:...
Hello, thank you for your excellent work! May I ask if I want to train a model specifically for removing watermarks? The background images are all product images from e-commerce...
it always point out no module named "saicinpainting". Then, I use pip instructions to download.But,it also has a error that "Could not find a version that satisfies the requirement saicinpainting...
There needs to be some fixes for this to work, it is not working as of now with Python 3.10. Most of the installer problems are solved with theese: ```...
## Summary - We see some GitHub issues when some folks were trying to use the refinement step for non-fourier models. So we add a fix for that. - (minor)...
Hello! Is there a method that use more Time for less VRAM usage for refinement infer? Thanks!