Skip to content

Commit d7e0d41

Browse files
Version bump.
1 parent eb74dc7 commit d7e0d41

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
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.
1+
Includes major bug fixes and improvements to the viterbi
2+
implementation. Some minor hyperparameter adjustments.

diplomat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
33
"""
44

5-
__version__ = "0.3.15"
5+
__version__ = "0.3.16"
66
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
77
CLI_RUN = False
88

diplomat/predictors/fpe/frame_passes/mit_viterbi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ def get_config_options(cls) -> ConfigSpec:
12031203
"prior pass, and otherwise uses the default value of 1...",
12041204
),
12051205
"skeleton_weight": (
1206-
1,
1206+
0.10,
12071207
float,
12081208
"A positive float, determines how much impact probabilities "
12091209
"from skeletal transitions should have in each "

0 commit comments

Comments
 (0)