Releases: Kitware/dive
Release 1.7.6
Features
- Web Zip file importing by @BryonLewis in #1062
- Add Sea Lion Addon Download by @subdavis in #1105
Bugs
- Fixing export CSV Confidence Pair order and adding tests by @BryonLewis in #1107
- Resolve setuptools issue by @subdavis in #1100
- Abandon ldc by @subdavis in #1098
- Bump postcss from 7.0.27 to 7.0.39 in /client by @dependabot in #1074
- Bump urllib3 from 1.25.11 to 1.26.5 in /server by @dependabot in #1085
- Bump pywin32 from 227 to 301 in /server by @dependabot in #1086
- Girder 3.1.8 by @subdavis in #1112
Full Changelog: 1.7.5...1.7.6
Release 1.7.5
Features
- Desktop/sealion multicam by @BryonLewis in #1024
- Labels.txt Upload by @marySalvi in #1072
- Release 1.7.5 by @BryonLewis in #1097
Bug Fixes
- Fix #1058 - disable delete confirmation during track merge. by @subdavis in #1059
- OpenClip is not a function by @subdavis in #1050
- Data Browser refresh bug on transcoding completion by @subdavis in #1064
- Aggregate dependabot updates by @subdavis in #1044
- Fix typo in email address by @waxlamp in #1075
- update girder to current viable version by @marySalvi in #1081
- ToolTip overflow Fix and positioning by @BryonLewis in #1054
- Switch to poetry by @subdavis in #1083
Full Changelog: 1.7.4...1.7.5
Release 1.7.4
Features
- Virtual Type List by @BryonLewis in #1036
- Add Data Format Documentation by @subdavis in #1046
- Desktop import json and config json by @subdavis in #1053
Bug Fixes
- [Performance] Reduce Memory footprint for tracks by @subdavis in #1049
- Prevent Desktop Reload on Failed Pipeline by @BryonLewis in #1055
Full Changelog: 1.7.3...1.7.4
Release 1.7.3
New Features
- Annotation UILayer and Tooltips by @BryonLewis in #1004
- Add text search for annotation label list 1003 by @subdavis in #1034
Updates and Bug Fixes
- Replace all uses of
vue-media-annotator
alias under src/ with relative imports by @AlmightyYakob in #1026 - Dependency upgrades, Builder image downgrade. by @subdavis in #1022
- Fix #1028 by @subdavis in #1029
- Document rebuild requirment by @subdavis in #1032
- Fix ffmpeg install by @subdavis in #1031
- Changes to docker-compose.yml to support maintenance by @subdavis in #1035
- Revert "Remove private jobs" by @subdavis in #1027
- Publish source maps to Sentry Release during GitHub Actions Run by @subdavis in #1039
Full Changelog: 1.7.2...1.7.3
Release 1.7.2
New Features
- Add brightness prop and svg filter by @AlmightyYakob in #1023 (API only, not available through annotator UI)
Bug Fixes
Full Changelog: 1.7.1...1.7.2
Release 1.7.1 - Desktop image list support
Changelog
New Features
- Image list support on desktop by @subdavis in #998
- Display track type in addition to name in events chart tooltip by @waxlamp in #1005
- New Sort Modes for Type List by @subdavis in #1007
- Label Settings by Type by @BryonLewis in #989
Bug Fixes
- Fix annotation save by @subdavis in #976
- COCO Import Fix by @BryonLewis in #982
- fixing tox by @BryonLewis in #986
- changing content disposition by @BryonLewis in #979
- Fix build error for worker by @subdavis in #990
- Remove Acks Late due to Rabbit 3.8.15 conflict by @subdavis in #996
- Remove private jobs: by @subdavis in #997
- multiple tracking pipelines by @BryonLewis in #988
- Apply automated lint fix by @waxlamp in #1006
- fixes TypeError on delete by @marySalvi in #985
- Get image list cli by @subdavis in #1008
New Contributors
Full Changelog: 1.7.0...1.7.1
Release 1.7.0
New Features
- Web: Import and Export dataset configuration (thresholds, attributes, type config) #962
- Web: Add alert message banners for announcements #902
- Both: New per-type confidence threshold controls. Set confidence thresholds individually for each label/type #935
- Both: Allow user to choose video raw FPS as annotation FPS #944
- Web: Shared data tab -- quick access to datasets that have been shared with you by other users. #894 Check the docs for more
- Desktop: Force transcode options #928
- Both: Delete confirmation settings: choose whether you want to confirm each track deletion #891
Bug fixes
- Web: Fix training name collisions, show better confirmation dialog on train #853
- Web: Fix attribute PATCH #958
- Desktop: Miscellaneous fixes #946
- Both: Import annotation error handling improvements #910
- Both: Fix frame alignment issues #893
Contributors @BryonLewis @marySalvi @subdavis
Release 1.6.1 - Stereo and NIST JSON Support
Release 1.6.0
Important Announcements
Version 1.6.0 makes changes to how recent datasets are stored and accessed, and is not compatible with previous versions of DIVE Desktop. Once you've upgraded to 1.6.0, downgrading again is not recommended.
This version also makes some changes to how DIVE Desktop does frame sampling for video to match KWIVER/VIAME. Under some conditions, you may notice slight off-by-one changes in your existing annotations on videos that need to be corrected. A discussion of the changes can be found at https://kitware.github.io/dive/FAQ/#how-does-video-frame-alignment-work
Changelog
- announce upgrades and warn on downgrades (#878) - Show an alert when a new version of DIVE is launched. Warn when DIVE is downgraded.
- Frame Alignment Improvements. (#844)
- Import fix and some animation for importing (#874) - Fixes annotation file import behavior
- Checkbox to use annotated frames only when training (#832) - New training option discussed in https://kitware.github.io/dive/Pipeline-Documentation/#options
- Address #870 autodiscover (#875) - Allows storage and other session-dependent APIs to be the same no matter how many instances of DIVE are running.
- fixing upload of large json files (#868)
- Command line tools (#825) - Adds new command line tools in python for dealing with various annotation formats.
- Debugging instructions (#865) - Adds advanced troubleshooting to https://kitware.github.io/dive/Dive-Desktop/#troubleshooting
- Desktop environment paths and readonly mode (#852) - Adds a pseudo-readonly mode to desktop. Set with toggle on settings page or via environment variable. Prevents user from saving changes.
- Desktop/delete datasets (#849) - New UI for Recents page, adds ability to delete datasets.
Other minor changes
- Fixed rabbitmq docker deprecated environment variables (#863)
- Allow flicks to persist server-side (#858) - Minor bugfix
- Feature/restore padding (#859) - Adds padding around head/tail lines when creating detections
- Update autolabels (#860)
- fixing toggleKeyframe 500 error (#843)
- Updated server/setup.py and client/package.json (#847)
- Show frame number in controls (#842)
- Upgrade tox and linter to conventions used by other projects (#831)
- Patch job manager (#836)
Release 1.5.0
changelog
KWCOCO Annotation Support -- web only (#822)
Import Annotations (#811) -- there is a new import button in the viewer for uploading an annotation file to overwrite the existing.
Take breaks when loading large amounts of data (#818)
Initial Stereo/MultiCam Support (#803) -- load multi-cam and stereo data on desktop
Truncate logs on fluxh 5XX error (#823)