File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- - Fixes inference for SLEAP when image scaling is enabled for the project.
2- - Resolves out of bounds indexing error when looking up confidences.
1+ - Fixes tweak when csv with NaN entries is passed.
2+ - Fixes tweak when csv file has more or less frames than the video passed along with it.
3+ - Adds support for zooming in on the editor.
4+ - Adds support for rendering heatmap overlays in the editor.
Original file line number Diff line number Diff line change 22A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
33"""
44
5- __version__ = "0.3.9 "
5+ __version__ = "0.3.10 "
66# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
77CLI_RUN = False
88
You can’t perform that action at this time.
0 commit comments