We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc2490 commit af10206Copy full SHA for af10206
scripts/cooper/run_mitochondria_segmentation.py
@@ -8,7 +8,7 @@
8
9
def run_mitochondria_segmentation(args):
10
if args.model is None:
11
- model_path = get_model_path("mitochondria")
+ model_path = get_model_path("mitochondria2")
12
else:
13
model_path = args.model
14
0 commit comments