Releases: TravisWheelerLab/DIPLOMAT
Releases · TravisWheelerLab/DIPLOMAT
DIPLOMAT Release v0.3.6
This version of diplomat:
- Enhanced skeletal transition curve that takes into account spread of body parts.
- Support for converting DLC hdf5 and sleap hdf5 pose files to diplomat csvs, and passing them directly to the tweak and annotate commands.
DIPLOMAT Release v0.3.5
This version of diplomat:
- Enhanced skeletal transition curve that takes into account spread of body parts.
- Support for converting DLC hdf5 and sleap hdf5 pose files to diplomat csvs, and passing them directly to the tweak and annotate commands.
DIPLOMAT Release v0.3.4
Provides small bug fixes and installation improvements for version 0.3.3 of DIPLOMAT.
DIPLOMAT Release v0.3.3
DIPLOMAT version 0.3.0 represents a major refactoring of the entire frontend
system, cli interface, and both the SLEAP and DLC frontends. The following
adjustments have been made:
- Frontends reduced to only needing to implement 2 functions to support all inference functionality in DIPLOMAT.
- Almost all DIPLOMAT cli commands and core functions are now frontend independent, and all use diplomat's csv format instead of frontend specific formats.
- The SLEAP frontend does not require sleap to be installed, and uses onnx for inference.
- The DLC frontend does not require deeplabcut to be installed, and uses onnx for inference.
- Several improvements made to DIPLOMAT's docs, including a simplified installation process.
DIPLOMAT Release v0.2.4
Changes for this version of DIPLOMAT:
- Fix frame loading bug when loading no-data frames from disk...
DIPLOMAT Release v0.2.3
Changes for this version of DIPLOMAT:
- Fix crash that occurs with no data frames and saving.
DIPLOMAT Release v0.2.2
Changes for this version of DIPLOMAT:
- Fix crash that occurs with no data frames.
DIPLOMAT Release v0.2.1
Changes for this version of DIPLOMAT:
- Fix crash that occurs with older versions of numpy.
DIPLOMAT Release v0.2.0
Changes for this version of DIPLOMAT:
- Added improved clustering algorithms.
- New offset aware viterbi.
- Refined frame filtering.
- Improved UI startup times.
- New up scaling frame mode supported, currently behind a CLI flag.
- Fixes to offset domination checks.
- Many additional minor tweaks and bug fixes.
DIPLOMAT Release v0.1.15
Changes for this version of DIPLOMAT:
- "track" and "track_with" will now output .dipui files again
- removed boilerplate implementation of --dipui_file in lieu of dynamic system that reconciles command line arguments with plugin and frontend arguments
- removed debugging statements
- patched a bug that caused a crash when a specified .dipui file name already exists