File size: 393 Bytes
966ae59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
method: 'diffvg'

# train
num_iter: 2000 # num_iter
lr_base:
  point: 1
  color: 0.01
  stroke_width: 0.1
  stroke_color: 0.01
lr_schedule: False # use lr_schedule

# SVG path attr
num_paths: 512 # number of paths
max_width: 5.0 # maximum width
path_type: 'unclosed' # or 'closed', using Closed curve or non-closed curve

# loss
loss_type: 'l2' # or 'l1', 'l2', 'lpips', 'l2+lpips', loss type