Skip to content

Commit bdcf7bb

Browse files
committed
correct var name
1 parent d9692a4 commit bdcf7bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/run_model.py

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

1111

1212
blobs = IJ.openImage("https://imagej.net/images/blobs.gif")
13-
wrapImg = ImageJFunctions.convertFloat(imp)
13+
wrapImg = ImageJFunctions.convertFloat(blobs)
1414

1515
model = SAM2Tiny()
1616

0 commit comments

Comments
 (0)