Experimental faster label image read
Adds an option readResultsAsynchronously()
in the cellpose builder that, when activated, tries to
- Create a file Watcher on the folder where cellpose is supposed to write the predicted labels
- 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