befozg's picture
fixed live demo app, converted network for onnx convertion, fixed code
0891b79
raw
history blame
361 Bytes
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/ffhqh1024.pth"
matting: "checkpoints/stylematte.pth"
onnx: False
image_size: 1024