Root Painter Versions Save

RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation

0.2.27

1 year ago

To download the RootPainter client. Click the appropriate file for your operating system from the list of assets below.

Recent changes in this release include:

Server install:

This can be done by cloning the server source code again or installing with pip:

pip install root-painter-trainer==0.2.27.0

See https://pypi.org/project/root-painter-trainer/0.2.27.0

0.2.26

1 year ago

This is a work in progress release for development and testing purposes. The latest stable release is available here: https://github.com/Abe404/root_painter/releases/tag/0.2.25

0.2.25

1 year ago

To download the RootPainter client. Click the appropriate file for your operating system from the list of assets below.

Recent changes in this release include:

  • New functionality to assign corrections to segmentations available from the extras menu, with contributions from @rohanorton in https://github.com/Abe404/root_painter/pull/83 . This improves semi-automatic segmentation workflows and enables easier comparison of the properties of the corrected segmentations to the predicted segmentations which is useful for model validation.
  • Now possible to directly output segmentations in a format compatible with RhizoVision Explorer
  • More robust handling of dataset renaming and moving (you can now move and rename datasets already used in projects without RootPainter crashing when it is reopened).

Server install:

The RhizoVision segmentation option included in this client also requires that you also update the server to the latest version. This can be done by cloning the server source code again or installing with pip:

pip install root-painter-trainer==0.2.25.1

See https://pypi.org/project/root-painter-trainer/0.2.25.1/

0.2.24

1 year ago

To download the RootPainter client. Click the appropriate file for your operating system from the list of assets below.

Recent changes in this release include:

0.2.23

1 year ago

Note this is no longer the latest release. Latest release available at: https://github.com/Abe404/root_painter/releases

In this release, predicted area, corrected area, and the difference between them (area error) are now available from the metrics plot, providing feedback on model performance in terms of under or over-estimation of area during interactive model training.

Full Changelog: https://github.com/Abe404/root_painter/compare/0.2.22...0.2.23 lungs_predicted_corrected_area predicted_vs_corrected_area

0.2.22

1 year ago

Fixed a bug that prevented metrics for some images from being displayed in the metrics plot.

Full Changelog: https://github.com/Abe404/root_painter/compare/0.2.21...0.2.22

0.2.21

1 year ago

Added functionality to mask images with segmentations (https://github.com/Abe404/root_painter/issues/66). Available from the extras menu.

It is now also possible to have nested datasets (https://github.com/Abe404/root_painter/issues/65).

So now it is possible for users to structure their files like so: datasets/topic_of_interest/specific_dataset

0.2.20

1 year ago

This release includes a bug fix related to loaded image orientation that caused a mismatch between width and height for certain types of JPEG images and their corresponding annotation.

0.2.19

1 year ago
  • No longer a minimum image size.

  • Estimated time remaining is shown in segment folder GUI feedback (see inserted image) timer

  • The server is now available via pip

  1. To install the RootPainter trainer:
pip install root-painter-trainer
  1. To run the trainer. This will first create the sync directory.
start-trainer

0.2.18

1 year ago

Even faster cache for segmentation plot metrics.

Current number of annotated images now shown. Possible to view image in context (see view menu or press Ctrl+C) Jf-w5jGA

Metrics plot available from the extras menu. metric_plot2

metric_plot

Troubleshooting 1: If you can't open the OSX application and receive the error message that the app may be damaged. Running the following from terminal has been found to fix the problem.

xattr -d com.apple.quarantine /Applications/RootPainter.app