Skip to content

Releases: biigle/maia

v2.0.0-beta3

01 Feb 14:54
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

v2.0.0-beta2

31 Jan 15:10
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

v2.0.0-beta

31 Jan 13:27
bef0172
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

This module now uses PyTorch and MMDetection instead of TensorFlow. The MAIA object detection is now implemented with Faster R-CNN instead of Mask R-CNN. In a few tests, this new setup performed a little better than before (higher recall and precision). The results were a lot more stable, too (i.e. recall and precision did not change that much when training/inference was repeated on the same data).

Upgrade information

The MAIA_AVAILABLE_BYTES env variable was removed. Instead, the object detection training batch size can be set directly with MAIA_MMDET_TRAIN_BATCH_SIZE.

The COCO_MODEL_URL env variable was removed. Use MAIA_BACKBONE_MODEL_URL for the PyTorch backbone file and MAIA_MODEL_URL for the MMDetection checkpoint file.

The training scheme is no longer configurable. Instead of iteration-based training (which still was called "epochs" before), training runs for a fixed number of 12 epochs now (which is the default training config for many MMdet object detectors and worked well in tests).

What's previously been called "instance segmentation" is now correctly called "object detection".

What's Changed

Full Changelog: v1.24.0...v2.0.0-beta

v1.24.0

15 Jul 13:51
Compare
Choose a tag to compare

What's Changed

  • Fix novelty detection clustering with RGBA images in #107 by @mzur

Full Changelog: v1.23.0...v1.24.0

v1.23.0

06 May 11:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.22.1...v1.23.0

v1.22.1

09 Mar 10:01
Compare
Choose a tag to compare

What's changed

  • Enabled API request rate limit by @mzur

Full Changelog: v1.22.0...v1.22.1

v1.22.0

22 Feb 10:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.21.2...v1.22.0

v1.21.2

26 Jan 08:16
Compare
Choose a tag to compare

What's changed

  • Dropped volume video_link and gis_link by @mzur
  • Updated vulnerable dependencies by @mzur

v1.21.1

18 Nov 09:20
Compare
Choose a tag to compare

What's changed

  • New configurable maintenance mode by @mzur

Full Changelog: v1.21.0...v1.21.1

v1.21.0

17 Nov 11:00
Compare
Choose a tag to compare

What's changed

  • Upgrade to TensorFlow 2.6 by @mzur

Full Changelog: v1.20.0...v1.21.0