Upload fly_organelles_run07_432000
Browse files- .gitattributes +1 -0
- README.md +23 -0
- metadata.json +54 -0
- model.pt +3 -0
- model.ts +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
model.ts filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# fly_organelles_run07_432000 Model
|
| 3 |
+
iteration: 432000
|
| 4 |
+
|
| 5 |
+
## Description
|
| 6 |
+
Fly organelles segmentation model run07 iteration 432000
|
| 7 |
+
|
| 8 |
+
## Model Details
|
| 9 |
+
- **Model Type:** Sequential
|
| 10 |
+
- **Framework:** torch
|
| 11 |
+
- **Spatial Dimensions:** 3
|
| 12 |
+
- **Input Channels:** 1
|
| 13 |
+
- **Output Channels:** 8
|
| 14 |
+
- **Channel Names:** all_mem, organelle, mito, er, nucleus, pm, vs, ld
|
| 15 |
+
- **Input Shape:** 1, 1, 178, 178, 178
|
| 16 |
+
- **Output Shape:** 56, 56, 56
|
| 17 |
+
|
| 18 |
+
## Author
|
| 19 |
+
Larissa Heinrich
|
| 20 |
+
|
| 21 |
+
## Version
|
| 22 |
+
1.0.0
|
| 23 |
+
|
metadata.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "fly_organelles_run07_432000",
|
| 3 |
+
"model_type": "Sequential",
|
| 4 |
+
"framework": "torch",
|
| 5 |
+
"spatial_dims": 3,
|
| 6 |
+
"in_channels": 1,
|
| 7 |
+
"out_channels": 8,
|
| 8 |
+
"iteration": 432000,
|
| 9 |
+
"input_voxel_size": [
|
| 10 |
+
8,
|
| 11 |
+
8,
|
| 12 |
+
8
|
| 13 |
+
],
|
| 14 |
+
"output_voxel_size": [
|
| 15 |
+
8,
|
| 16 |
+
8,
|
| 17 |
+
8
|
| 18 |
+
],
|
| 19 |
+
"channels_names": [
|
| 20 |
+
"all_mem",
|
| 21 |
+
"organelle",
|
| 22 |
+
"mito",
|
| 23 |
+
"er",
|
| 24 |
+
"nucleus",
|
| 25 |
+
"pm",
|
| 26 |
+
"vs",
|
| 27 |
+
"ld"
|
| 28 |
+
],
|
| 29 |
+
"input_shape": [
|
| 30 |
+
1,
|
| 31 |
+
1,
|
| 32 |
+
178,
|
| 33 |
+
178,
|
| 34 |
+
178
|
| 35 |
+
],
|
| 36 |
+
"output_shape": [
|
| 37 |
+
56,
|
| 38 |
+
56,
|
| 39 |
+
56
|
| 40 |
+
],
|
| 41 |
+
"inference_input_shape": [
|
| 42 |
+
178,
|
| 43 |
+
178,
|
| 44 |
+
178
|
| 45 |
+
],
|
| 46 |
+
"inference_output_shape": [
|
| 47 |
+
56,
|
| 48 |
+
56,
|
| 49 |
+
56
|
| 50 |
+
],
|
| 51 |
+
"author": "Larissa Heinrich",
|
| 52 |
+
"description": "Fly organelles segmentation model run07 iteration 432000",
|
| 53 |
+
"version": "1.0.0"
|
| 54 |
+
}
|
model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a812589120c5d8809da7bdea285505330ada9bb6e2d6932ec7ea2fa98e2e98a
|
| 3 |
+
size 3169652176
|
model.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bad81e95252cd395bd1c9ff19be8e5da003156cea30e87c5d26e7e65e8cedab
|
| 3 |
+
size 3169766495
|