Skip to content

Experimental faster label image read

Compare
Choose a tag to compare
@lacan lacan released this 04 Mar 13:56
· 29 commits to main since this release

Adds an option readResultsAsynchronously() in the cellpose builder that, when activated, tries to

  1. Create a file Watcher on the folder where cellpose is supposed to write the predicted labels
  2. On new files being created, calls the image to label conversion while the prediction continues for the rest of the tiles

This is experimental, feel free to test it, with no promises