File size: 361 Bytes
804fe21
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
grid_counts: [10, 5, 1]
enc_sizes: [3, 16, 32, 64, 128, 256, 512]
init_weights: [0.5, 0.5] # weights of local grided image and global harmonized
init_value: 0.8
skips: True
device: 'cpu'
checkpoint: 
  matting_onnx: "checkpoints/stylematte_720.onnx"
  harmonizer: "checkpoints/best_pure.pth"
  matting: "checkpoints/stylematte.pth"
onnx: False
image_size: 1024