File size: 648 Bytes
81685e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
model:
  class_path: anomalib.models.EfficientAd
  init_args:
    imagenet_dir: avatar_rigging_dataset
    teacher_out_channels: 384
    model_size: S
    lr: 0.0001
    weight_decay: 1.0e-05
    padding: false
    pad_maps: true
data:
  class_path: anomalib.data.Folder
  init_args:
    name: avatar_rigging
    root: avatar_rigging_dataset
    normal_dir: nominal
    abnormal_dir: anomaly
    train_batch_size: 1
    eval_batch_size: 32
    num_workers: 8
    task: segmentation
    train_transform: null
    eval_transform: null
    test_split_mode: synthetic
    test_split_ratio: 0.2
    val_split_mode: same_as_test
    val_split_ratio: 0.5