closeform_composition1k.yml 329 Bytes
Newer Older
Sugon_ldc's avatar
Sugon_ldc committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20


val_dataset:
  type: Composition1K
  dataset_root: data/Composition-1k
  val_file: val.txt
  separator: '|'
  transforms:
    - type: LoadImages
    - type: ResizeByShort
      short_size: 512
    - type: ResizeToIntMult
      mult_int: 32
    - type: Normalize
  mode: val
  get_trimap: True

model:
  type: CloseFormMatting