JosephCatrambone commited on
Commit
b1aaf6d
1 Parent(s): d6c5029

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - lama
5
+ - inpainting
6
+ - image-to-image
7
  ---
8
+
9
+ A port of the "LaMa: Resolution-robust Large Mask Inpainting with Fourier Convolutions" model to TorchScript. The model itself is very high quality but can be cumbersome to integrate and cannot be reexported as ONNX because of the Fourier layers.
10
+
11
+ See the original repository at https://github.com/advimman/lama
12
+
13
+ @article{suvorov2021resolution,
14
+ title={Resolution-robust Large Mask Inpainting with Fourier Convolutions},
15
+ author={Suvorov, Roman and Logacheva, Elizaveta and Mashikhin, Anton and Remizova, Anastasia and Ashukha, Arsenii and Silvestrov, Aleksei and Kong, Naejin and Goka, Harshith and Park, Kiwoong and Lempitsky, Victor},
16
+ journal={arXiv preprint arXiv:2109.07161},
17
+ year={2021}
18
+ }