Releases: talmolab/sleap
Releases · talmolab/sleap
SLEAP v1.0.7
- GUI for metrics on trained models
- more options when exporting clip with visual annotations
SLEAP v1.0.6
SLEAP v1.0.5
This release is just bug fixes:
- training gui dialog: the anchor part name wasn't copied into instance cropping config
- training/model eval: if anchor part wasn't set in instance cropping config, then the eval model code failed on centered instance models
- file save gui: if using non-native save dialog, the file ext wasn't automatically added to filename and save failed if user didn't add it
SLEAP v1.0.4
- Kalman filter-based tracking
- confidence map refinement fixes
- run eval after training
- other misc changes
SLEAP v1.0.4a7
Automated release of 1.0.4a7 on 2020-06-25
SLEAP v1.0.4a6
Automated release of 1.0.4a6 on 2020-06-25
SLEAP v1.0.4a5
Automated release of 1.0.4a5 on 2020-06-25
SLEAP v1.0.4a4
Automated release of 1.0.4a4 on 2020-06-25
SLEAP v1.0.4a3
Alpha release of 1.0.4.
- Automatic confidence map sigma scaling by output stride. Addresses quantization issues with integral regression.
- Add automatic evaluation after training.
- Initial Kalman filter tracking implementation.
- Fix tests, minor bugs and comments.
SLEAP v1.0.4a2
Alpha release of 1.0.4.
- Hotfix for CLI use of topdown batching (
sleap-track [...] --topdown.batch_size
)