Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# LaMa Inpainting Model
|
5 |
+
This is an ONNX model ported from original PyTorch big-lama model.
|
6 |
+
|
7 |
+
## Notes:
|
8 |
+
1. We use a custom FourierUnit implementation, as the original cannot be directly ported to ONNX without overhead. The result is not the same, but close
|
9 |
+
2. The input shape is fixed to 512x512 pixels.
|
10 |
+
|
11 |
+
Original repo: https://github.com/advimman/lama
|
12 |
+
|