Update 5redxpw6/config.yml
Browse files- 5redxpw6/config.yml +3 -3
5redxpw6/config.yml
CHANGED
|
@@ -6,7 +6,7 @@ ap_limits:
|
|
| 6 |
- 122
|
| 7 |
- 800
|
| 8 |
backbone:
|
| 9 |
-
class_path:
|
| 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:
|
| 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
|