Skip to content

Releases: biigle/maia

v1.2.0

05 Feb 14:35
Compare
Choose a tag to compare

Changed:

  • Use biigle/laravel-file-cache instead of biigle/laravel-image-cache.

v1.1.0

04 Feb 10:11
Compare
Choose a tag to compare

Changed:

  • Use improved minimap component of biigle/annotations

v1.0.3

18 Jan 14:01
Compare
Choose a tag to compare

Fixed:

  • Handling of corrupt image files (again, #30)
  • Use existing annotations with more than 1000 annotations

v1.0.2

18 Jan 12:35
Compare
Choose a tag to compare

Fixed:

  • Typos in parameter description
  • Memory estimation for instance segmentation ( #15 )
  • Loading of truncated image files ( #30 )
  • Clustering of images with different sizes ( #31 )

v1.0.1

04 Jan 11:02
Compare
Choose a tag to compare

Fixed:

  • Job form submission in Chrome (#23)
  • Cleanup of failed jobs (#24)

v1.0.0

20 Dec 12:52
Compare
Choose a tag to compare

Run php artisan migrate after installing this module.

Initial release.

Features:

  • Create new MAIA jobs for a volume.
  • Walk through the MAIA process with novelty detection (autoencoder), training proposals, instance segmentation (Mask R-CNN) and annotation candidates.
  • Use existing annotations as training proposals.
  • Convert annotation candidates to real annotations.
  • Get notifications when one of your MAIA jobs proceeds.
  • Integrates well with biigle/laravel-remote-queue and biigle/gpus for computation on remote machines.
  • Adapts to the available resources of compute/GPU machines (see known issues).

Known issues:

  • The GPU resource estimation with available_bytes is not correct (#15)

v0.1.0

21 Nov 08:59
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Development release