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 b9620f2 commit 6c0f39cCopy full SHA for 6c0f39c
src/main/resources/script_templates/PyImageJ/CellposeStarDistSegmentation.py
@@ -24,7 +24,6 @@
24
import sys
25
import imagej.convert as convert
26
import numpy as np
27
-import matplotlib.pyplot as plt
28
from cellpose import models
29
from csbdeep.utils import normalize
30
from stardist.models import StarDist2D
@@ -137,4 +136,4 @@ def get_bounding_box(indices: np.ndarray):
137
136
138
#TODO this pops an unnecessary display at the end but if I don't make it the last line the ROIs don't show
139
rm.moveRoisToOverlay(imp)
140
-rm.runCommand(imp, "Show All")
+rm.runCommand(imp, "Show All")
0 commit comments