siamese / 5redxpw6 /config.yml
benkantortau's picture
Update 5redxpw6/config.yml
a0f3b19 verified
Raw
History Blame Contribute Delete
573 Bytes
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