anodev commited on
Commit
da99f1f
1 Parent(s): 008a295

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,8 +5,10 @@ license: apache-2.0
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
 
 
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 very close
9
  2. The input shape is fixed to 512x512 pixels.
10
+ 3. The opset version is 18.
11
+
12
 
13
  Original repo: https://github.com/advimman/lama
14