File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Changes for this version of DIPLOMAT:
2- - sidebar radiobutton label colors now update with video label colors when the colormap is changed in settings menu.
2+ - reworked occlusion logic to support decay, merge current visible and prior occluded probabilities through a maximum.
3+ - enter state is now being used again; patched a bug that made DIPLOMAT unable to use enter state when frames are missing body parts.
4+ - patched domination logic to avoid NaN probabilities when complete domination occurs immediately after the enter state is used.
5+ - applied sidebar radiobutton color fix from interactive mode to tweak mode. UI colors now update when the tracking colors update.
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.1.7 "
5+ __version__ = "0.1.8 "
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