0.6.4
release-drafter
released this
21 Dec 00:57
·
14 commits
to refs/heads/master
since this release
🚀 Features
Add support for ISBI inputs to the metrics package @msschwartz21 (#107)
This addition to the metrics package makes it possible to directly input ISBI style outputs into our metrics pipeline. This simplifies the process of benchmarking against competitor models which tend to output ISBI style tracks.
🐛 Bug Fixes
Implement correct usage of crop parameter in CellTracker @msschwartz21 (#108)
- Corrects an error where the crop parameter was not being set during tracking and inference
- Removes deprecated post processing functions from the CellTracker