Skip to content

0.4.1

Choose a tag to compare

@release-drafter release-drafter released this 27 Jan 04:18
· 4 commits to refs/heads/master since this release
499ed33

🚀 Features

Update spot detection model to SpotDetection-8 @elaubsch (#84)

This PR updates the default model for the SpotDetection application to SpotDetection-8. The model hash and model metadata have also been updated accordingly. The training data used to train SpotDetection-8(SpotNet v1.1) adds Airlocalize to the set of spot detection methods used to create the consensus spot labels.

🐛 Bug Fixes

Update model name for SpotDetection-8 @elaubsch (#85)

This PR updates the model name for SpotDetection-8.

Remove deprecated parameter from training script @elaubsch (#83)

This PR removes the deprecated alpha parameter from a call of DotNetLosses in training.py.