Skip to content

Releases: Abe404/root_painter

0.2.17

17 Aug 14:53
Compare
Choose a tag to compare

In this release a bug is fixed with the metrics plot that allowed the first 6 points (the clear examples) to be highlighted as selected, even though those points are otherwise not visible in the plot. They are excluded from the plot as corrective annotation metrics are not possible to obtain on these images as, if the protocol is followed, these initial images will not have been annotated correctively.

The caching mechanism has also been altered to use a single pickle (.pkl) file for all images. This change was made because on some network file systems (for example SSHFS) just checking the existence of many files was fairly slow for larger projects.

0.2.16

14 Aug 16:26
Compare
Choose a tag to compare

This release includes an interactive plot for the segmentation metrics.

It is now possible to click on points in the plot to navigate to them in the viewer and to see the current image viewed/being annotated in the interactive segmentation metrics plot.

The segmentation metrics are also cached in this version, so viewing the plot should be much faster (except for the first time it is viewed).

0.2.14

05 Jul 16:09
Compare
Choose a tag to compare

Implemented segmentation metrics output (available from the extras menu).

0.2.13

18 Apr 18:20
Compare
Choose a tag to compare

implementing improved error messages for creation of training dataset

See: #38

Full Changelog: 0.2.12...0.2.13

0.2.12

18 Apr 10:07
Compare
Choose a tag to compare

Adding support for JFIF images.

What's Changed

Full Changelog: 0.2.11...0.2.12

0.2.11b

06 Apr 12:05
Compare
Choose a tag to compare

Update to osx build.

0.2.11

05 Apr 12:45
Compare
Choose a tag to compare

Fixing bug that caused extract length and extract count to crash.
Upgrading dependencies, including upgrading python to 3.9.

0.2.10

15 Jan 15:26
Compare
Choose a tag to compare

This release adds a new button to the extras menu that enables convenient respecification of the sync directory.

Related to #21

0.2.9

02 Nov 17:07
Compare
Choose a tag to compare

Updating eccentricity computation in Mac version of the app, to fix a bug discussed in #22

Added option to disable eccentricity output.

For windows and linux installers please see the previous release:
https://github.com/Abe404/root_painter/releases/tag/0.2.8

0.2.8

08 Oct 13:42
Compare
Choose a tag to compare

Added option to specify brush size from an input dialog via options menu.

Updated to improve compressed tif support on Mac.

Full Changelog: 0.2.7...0.2.8