metadata
license: apache-2.0
LaMa Inpainting Model
This is an ONNX model ported from original PyTorch big-lama model.
Notes:
- 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
- The input shape is fixed to 512x512 pixels.
Original repo: https://github.com/advimman/lama