Closed GeorginaSV closed 1 year ago
Dear @GeorginaSV
Yes, the packages have been updated and this function does not work like that anymore. Could you please download the last version of the notebook?
If you already have a model working and you don't want to update the notebook, would you mind changing the function as follows?
imsave(FILEnames[i], labels, polygons)
please substitute by imwrite(FILEnames[i], labels)
Thanks!
Thank you. I found I had to substitute imsave(FILEnames[i], labels, polygons)
with imsave(FILEnames[i], labels)
instead of imwrite(FILEnames[i], labels)
Hello, when I try to generate predictions in the StarDist3D notebook v1.15.1 using Chrome browser I get the following error
Thank you for your help with this, and for making these notebooks available!