Skip to content

Releases: TravisWheelerLab/DIPLOMAT

DIPLOMAT Release v0.1.4

22 Apr 19:11

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Added new memory mode hybrid and set it to the default
  • Added a save to disk button to the UI which saves frames to disk when in memory mode
  • New configuration file with fixes for the CPU conda environment
  • Rename CLI commands from supervised / unsupervised / track / restore to track_and_interact / track / track_with / interact
  • Minor UI bug fixes

DIPLOMAT Release v0.1.3

18 Apr 17:01
748e7c6

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Added new memory mode hybrid and set it to the default
  • Added a save to disk button to the UI which saves frames to disk when in memory mode
  • New configuration file with fixes for the CPU conda environment
  • Rename CLI commands from supervised / unsupervised / track / restore to track_and_interact / track / track_with / interact
  • Minor UI bug fixes

DIPLOMAT Release v0.1.2

02 Apr 16:23
054af78

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Added new memory mode hybrid and set it to the default
  • Added a save to disk button to the UI which saves frames to disk when in memory mode
  • New configuration file with fixes for the CPU conda environment
  • Rename CLI commands from supervised / unsupervised / track / restore to track_and_interact / track / track_with / interact
  • Minor UI bug fixes

DIPLOMAT Release v0.1.1

05 Mar 17:45
efd7b39

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Added new memory mode hybrid and set it to the default
  • Added a save to disk button to the UI which saves frames to disk when in memory mode
  • New configuration file with fixes for the CPU conda environment
  • Rename CLI commands from supervised / unsupervised / track / restore to track_and_interact / track / track_with / interact
  • Minor UI bug fixes

DIPLOMAT Release v0.1.0

23 Jan 16:25
dd406d1

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Added new memory mode hybrid and set it to the default
  • Added a save to disk button to the UI which saves frames to disk when in memory mode
  • New configuration file with fixes for the CPU conda environment
  • Rename CLI commands from supervised / unsupervised / track / restore to track_and_interact / track / track_with / interact
  • Minor UI bug fixes

DIPLOMAT Release v0.0.9

09 Jan 22:04
fb44c10

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Fixed installation process for DIPLOMAT with SLEAP on windows by adding keras dependency.
  • Added support for changing some UI appearance settings to DIPLOMAT's supervised and tweak UI.
  • Make SLEAP frontend error out unless a user explicitly passes a number of outputs parameter.
  • Improved point rendering in the UI (proper alpha transparency support and smoother point rendering).

DIPLOMAT Release v0.0.8

04 Jan 15:48

Choose a tag to compare

Changes for this version of diplomat:

  • Improved video player widget, with lag reduction when backtracking.
  • Two new UI labelers for source only placement of points.
  • Less lag for plots on the side in the UI when scrolling.
  • UI moved to it's own module and added to documentation.
  • Several additional minor bug fixes.

DIPLOMAT Release v0.0.7

21 Dec 05:32

Choose a tag to compare

Changes in this version of diplomat:

  • The SegmentedSupervisedFramePassEngine and SegmentedFramePassEngine support saving state to disk using
    --storage_mode=disk, and is now the default. This does negatively affect performance on some platforms,
    so a full in memory run can be done by setting the storage_mode setting to "memory".
  • New diplomat restore command for restoring the UI from .dipui files. This requires running predictions with the
    storage mode set to "disk", which is the default now.
  • New installation process with mamba that is more consistent and stable across platforms.
  • New pypi package, diplomat-track.
  • New release pipeline for easier release deployment.

DIPLOMAT Paper Release

21 Aug 13:27

Choose a tag to compare

Pre-release

This version of DIPLOMAT was used in the creation of metrics in the DIPLOMAT paper.

DIPLOMAT CSV Update

06 Jun 22:09
5c44a2d

Choose a tag to compare

DIPLOMAT CSV Update Pre-release
Pre-release
  • Support for directly opening csv files via the CSV frontend.
  • Overhaul of the SLEAP frontend, improving startup performance and fix several bugs.
  • Improved default parameters.