We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9692a4 commit bdcf7bbCopy full SHA for bdcf7bb
1 file changed
.github/scripts/run_model.py
@@ -10,7 +10,7 @@
10
11
12
blobs = IJ.openImage("https://imagej.net/images/blobs.gif")
13
-wrapImg = ImageJFunctions.convertFloat(imp)
+wrapImg = ImageJFunctions.convertFloat(blobs)
14
15
model = SAM2Tiny()
16
0 commit comments