LaMa-ONNX / README.md
anodev's picture
Update README.md
008a295 verified
|
raw
history blame
452 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

Example

onnx original