Skip to content

Commit

Permalink
Merge pull request #6 from janelia-cellmap/load_checkpoints
Browse files Browse the repository at this point in the history
Cosem classes channels
  • Loading branch information
rhoadesScholar committed Mar 19, 2024
2 parents 50a9230 + 191ce31 commit 9f36dde
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/cellmap_models/pytorch/cosem/setup04/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,19 @@
final_feature_width = 12 * 6

classes_out = 14
classes_channels = [
"ecs",
"pm",
"mito",
"mito_mem",
"ves",
"ves_mem",
"endo",
"endo_mem",
"er",
"er_mem",
"eres",
"nuc",
"mt",
"mt_out",
]
1 change: 1 addition & 0 deletions src/cellmap_models/pytorch/cosem/setup26_1/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
final_feature_width = 12 * 6

classes_out = 3
classes_channels = ["mito", "mito_mem", "mito_ribo"]
1 change: 1 addition & 0 deletions src/cellmap_models/pytorch/cosem/setup28/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
final_feature_width = 12 * 6

classes_out = 2
classes_channels = ["er", "er_mem"]
1 change: 1 addition & 0 deletions src/cellmap_models/pytorch/cosem/setup36/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
final_feature_width = 12 * 6

classes_out = 2
classes_channels = ["nuc", "nucleo"]
1 change: 1 addition & 0 deletions src/cellmap_models/pytorch/cosem/setup45/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
final_feature_width = 12 * 6

classes_out = 2
classes_channels = ["ecs", "pm"]

0 comments on commit 9f36dde

Please sign in to comment.