cellpose
cellpose copied to clipboard
quick fix for the raised issue #12208 regarding the functions of io.imsave() and io.save_rois()
At run_Cellpose-SAM.ipynb file, both io.imsave() and io.save_rois() should not return anything since the API specifies that these two functions return None. Also, the mask[i] is missing in the io.imsave() function. With that, I updated those codes to save images and rois in a proper way.
@Jiadalee there's no way for me to 'skip' commits. Instead, you'll need to edit the commit history on your repo, push them to your branch, and this PR will update.
@mrariden I cleaned my repo and re-push the exact 2 commits for this pr. Feel free to review them. thanks