File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
predictors/fpe/frame_passes Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 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.
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.15 "
5+ __version__ = "0.3.16 "
66# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
77CLI_RUN = False
88
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments