LaMa-ONNX / README.md
anodev's picture
Update README.md
f711495 verified
|
raw
history blame
380 Bytes
metadata
license: apache-2.0

LaMa Inpainting Model

This is an ONNX model ported from original PyTorch big-lama model.

Notes:

  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
  2. The input shape is fixed to 512x512 pixels.

Original repo: https://github.com/advimman/lama