Skip to content

Commit af10206

Browse files
committed
use updated mito model
1 parent 7dc2490 commit af10206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cooper/run_mitochondria_segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def run_mitochondria_segmentation(args):
1010
if args.model is None:
11-
model_path = get_model_path("mitochondria")
11+
model_path = get_model_path("mitochondria2")
1212
else:
1313
model_path = args.model
1414

0 commit comments

Comments
 (0)