Skip to content

Commit

Permalink
release v0.1.10 implements the RepairClusters frame pass to resolve c…
Browse files Browse the repository at this point in the history
…lustering errors before fix frames are selected
  • Loading branch information
georgeglidden committed Oct 16, 2024
1 parent 0593287 commit b81b933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Changes for this version of DIPLOMAT:
- implemented a geometric normalizer for frame score, based on patterns that give approximations to the packing circles / spreading points problem by Szabo/Csendes/Casado/Garcia (Packing Equal Circles in a Square, 2001)
- using the frame score normalizer, the fix frame of a segment now augments the skeleton weight constant. fix frames with poor separability will have reduced skeleton weight. fix frames with missing limbs will have a minimal (1e-4) skeleton weight. testing indicates this reduces rapid switching to some extent.
- implemented the RepairClusters frame pass to identify and resolve clustering errors before fix frames are selected
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.9"
__version__ = "0.1.10"
# 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 b81b933

Please sign in to comment.