File size: 573 Bytes
0247f65
 
 
 
 
 
 
 
a0f3b19
0247f65
 
 
 
 
 
 
 
 
a0f3b19
0247f65
 
 
 
 
 
 
 
 
a0f3b19
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
29
30
ap_limits:
  allen_mouse_25um:
  - 1
  - 527
  whs_sd_rat_39um:
  - 122
  - 800
backbone:
  class_path: SiameseBackbone
  init_args:
    model_name: tf_efficientnetv2_s.in21k
    pretrained: false
transforms:
- class_path: albumentations.Resize
  init_args:
    height: 224
    interpolation: 3
    width: 224
- class_path: NormalizePercentile
  init_args:
    limits:
    - 0.1
    - 99.8
- class_path: albumentations.FromFloat
  init_args:
    dtype: uint8
- class_path: albumentations.ToRGB
- class_path: albumentations.Normalize
- class_path: albumentations.ToTensorV2