Releases: biigle/maia
Releases · biigle/maia
v1.2.0
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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
andbiigle/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)