File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- - New code saves dipui files in atomic-like manner to prevent files ending in a corrupted state.
2- - Adjusted hyperparameters for MIT-Viterbi.
3- - Proper handling of CTRL+C in terminal when UI is open.
4- - Improved, less laggy video player.
1+ - Removal of debug features from the user interface.
2+ - New --debug flag to enable debug dumps and features.
3+ - Fixes and performance improvements for both plotting based predictors (PlotterArgMax, FastPlotterArgMax) for generating visuals.
4+ - Fix and improve performance of loading from zipped DLC projects.
5+ - Recolor icons when user changes there system theme.
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.14 "
5+ __version__ = "0.3.15 "
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