Skip to content

Commit

Permalink
DIPLOMAT release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeglidden committed Aug 28, 2024
1 parent 4089252 commit 0d58d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Changes for this version of DIPLOMAT:
- sidebar radiobutton label colors now update with video label colors when the colormap is changed in settings menu.
- reworked occlusion logic to support decay, merge current visible and prior occluded probabilities through a maximum.
- enter state is now being used again; patched a bug that made DIPLOMAT unable to use enter state when frames are missing body parts.
- patched domination logic to avoid NaN probabilities when complete domination occurs immediately after the enter state is used.
- applied sidebar radiobutton color fix from interactive mode to tweak mode. UI colors now update when the tracking colors update.
2 changes: 1 addition & 1 deletion diplomat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
"""

__version__ = "0.1.7"
__version__ = "0.1.8"
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
CLI_RUN = False

Expand Down

0 comments on commit 0d58d5f

Please sign in to comment.