benkantortau commited on
Commit
a0f3b19
·
verified ·
1 Parent(s): 81b82c3

Update 5redxpw6/config.yml

Browse files
Files changed (1) hide show
  1. 5redxpw6/config.yml +3 -3
5redxpw6/config.yml CHANGED
@@ -6,7 +6,7 @@ ap_limits:
6
  - 122
7
  - 800
8
  backbone:
9
- class_path: siamese.siamese_backbone.SiameseBackbone
10
  init_args:
11
  model_name: tf_efficientnetv2_s.in21k
12
  pretrained: false
@@ -16,7 +16,7 @@ transforms:
16
  height: 224
17
  interpolation: 3
18
  width: 224
19
- - class_path: transforms.normalize_percentile.NormalizePercentile
20
  init_args:
21
  limits:
22
  - 0.1
@@ -26,4 +26,4 @@ transforms:
26
  dtype: uint8
27
  - class_path: albumentations.ToRGB
28
  - class_path: albumentations.Normalize
29
- - class_path: ToTensorV2
 
6
  - 122
7
  - 800
8
  backbone:
9
+ class_path: SiameseBackbone
10
  init_args:
11
  model_name: tf_efficientnetv2_s.in21k
12
  pretrained: false
 
16
  height: 224
17
  interpolation: 3
18
  width: 224
19
+ - class_path: NormalizePercentile
20
  init_args:
21
  limits:
22
  - 0.1
 
26
  dtype: uint8
27
  - class_path: albumentations.ToRGB
28
  - class_path: albumentations.Normalize
29
+ - class_path: albumentations.ToTensorV2