Skip to content

Releases: BIOP/qupath-extension-cellpose

QuPath Compatibility with 0.3.2 and logging display

21 Jan 08:28
8c195c4
Compare
Choose a tag to compare

This small update fixes a slowdown in saving images caused by the new way the Bioformats reader is setup.

Furthermore this update includes an easier way to see and display the training of your cellpose model.
After building your cellpose object and after running the training with train(), you can now do the following

  1. cellpose.getOutputLog() which will return a String array with all the logged steps from cellpose. You could save these as a file if you want.
  2. Call cellpose.getTrainingResults() which parses the raw output log and returns a ResultsTable with the losses per epoch
  3. Call cellpose.showTrainingGraph(), which displays a simple JavaFX plot of the Training and Validation Losses per Epoch.

The cellpose.getOutputLog() also would work when doing prediction instead of training. The others would simply be empty.

Happy training

Overhaul, Javadocs and new training options

14 Dec 09:44
fb51e46
Compare
Choose a tag to compare

Adds much documentation and a rework of the builder class.

Please check the documentation to spot the differenced in this version and do not hesitate to file Issues here or on https://forum.image.sc

Omnipose implementation

03 Dec 15:26
Compare
Choose a tag to compare

This new version uses cellpose/omnipose instead, which has an updated CLI.

This means that your previous cellpose environment will no longer work

If you have not done it before, please update cellpose from their instructions or create a new virtual environment for omnipose as per
https://github.com/MouseLand/cellpose

Fixes overlap issues and changes how training is handled

04 Nov 12:12
Compare
Choose a tag to compare
adds new logic for filtering objects

fixes training example script to remove diameter as it is not useful

Adds Training capability and demo scripts

21 Oct 06:53
Compare
Choose a tag to compare
v0.1.2

matches reported version to jar version