Upload 2 files
Browse files- config.json +34 -0
- model.weights.h5 +3 -0
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"module": "zea.models.carotid_segmenter",
|
3 |
+
"class_name": "CarotidSegmenter",
|
4 |
+
"config": {
|
5 |
+
"name": "carotid_segmenter",
|
6 |
+
"trainable": true,
|
7 |
+
"dtype": {
|
8 |
+
"module": "keras",
|
9 |
+
"class_name": "DTypePolicy",
|
10 |
+
"config": {
|
11 |
+
"name": "float32"
|
12 |
+
},
|
13 |
+
"registered_name": null
|
14 |
+
},
|
15 |
+
"image_shape": [
|
16 |
+
256,
|
17 |
+
256,
|
18 |
+
1
|
19 |
+
],
|
20 |
+
"input_range": [
|
21 |
+
0,
|
22 |
+
1
|
23 |
+
]
|
24 |
+
},
|
25 |
+
"registered_name": "CarotidSegmenter",
|
26 |
+
"build_config": {
|
27 |
+
"input_shape": [
|
28 |
+
1,
|
29 |
+
256,
|
30 |
+
256,
|
31 |
+
1
|
32 |
+
]
|
33 |
+
}
|
34 |
+
}
|
model.weights.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ff8d2cd517152c23c44293e683733075ec3753927bbf26baab53642aad2c777
|
3 |
+
size 3593960
|