Releases: TravisWheelerLab/DIPLOMAT
Releases · TravisWheelerLab/DIPLOMAT
DIPLOMAT Release v0.1.4
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
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
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
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
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
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
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
Changes in this version of diplomat:
- The
SegmentedSupervisedFramePassEngineandSegmentedFramePassEnginesupport 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 thestorage_modesetting to"memory". - New
diplomat restorecommand for restoring the UI from.dipuifiles. 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
This version of DIPLOMAT was used in the creation of metrics in the DIPLOMAT paper.
DIPLOMAT CSV Update
- 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.