Upload 3 files
Browse files- 5redxpw6/config.yml +29 -0
- 5redxpw6/state_dict.pt +3 -0
- model_ids +4 -0
5redxpw6/config.yml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ap_limits:
|
| 2 |
+
allen_mouse_25um:
|
| 3 |
+
- 1
|
| 4 |
+
- 527
|
| 5 |
+
whs_sd_rat_39um:
|
| 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
|
| 13 |
+
transforms:
|
| 14 |
+
- class_path: albumentations.Resize
|
| 15 |
+
init_args:
|
| 16 |
+
height: 224
|
| 17 |
+
interpolation: 3
|
| 18 |
+
width: 224
|
| 19 |
+
- class_path: transforms.normalize_percentile.NormalizePercentile
|
| 20 |
+
init_args:
|
| 21 |
+
limits:
|
| 22 |
+
- 0.1
|
| 23 |
+
- 99.8
|
| 24 |
+
- class_path: albumentations.FromFloat
|
| 25 |
+
init_args:
|
| 26 |
+
dtype: uint8
|
| 27 |
+
- class_path: albumentations.ToRGB
|
| 28 |
+
- class_path: albumentations.Normalize
|
| 29 |
+
- class_path: ToTensorV2
|
5redxpw6/state_dict.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3835674e54dac85b4a89533405a8ad7a90ca6f862599423c58747871689f0fd
|
| 3 |
+
size 80785180
|
model_ids
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"whs_sd_rat_39um": "5redxpw6",
|
| 3 |
+
"allen_mouse_25um": "5redxpw6"
|
| 4 |
+
}
|