v1.6.0
What's Changed
Major updates for this release include multi-GPU training, new imgaug transforms, and many small usability improvements
- update sleap2lp.py by @themattinthehatt in #196
- Upgrade sphinx-rtd-theme to fix search #200 by @ksikka in #201
- Fix search attempt 2. Fix #200 by @ksikka in #202
- Log hydra job config to tensorboard by @ksikka in #204
- Change backbone finetuning strategy to allow for DDP by @ksikka in #205
- Support multi-GPU training for supervised training by @ksikka in #206
- Multi-GPU support for unsupervised learning by @ksikka in #207
- Continuous integration using github actions by @ksikka in #208
- add coarse salt/pepper to imgaug transforms by @themattinthehatt in #209
- Added option to choose colormap for labelled videos by @hummuscience in #211
- complete config file documentation by @themattinthehatt in #213
- Add PCA Centering method (experimental) by @ksikka in #214
- Context frames can use any delimiter by @ksikka in #216
- Replace relative paths with absolute paths in demo config by @ksikka in #217
- Fix doc build failure by @ksikka in #218
- Update README.md with downloads/week badge by @ksikka in #219
New Contributors
Full Changelog: v1.5.1...v1.6.0