Skip to content

Releases: Kitware/dive

Release 1.7.6

13 Jan 20:15
d1c9641
Compare
Choose a tag to compare

Features

Bugs

Full Changelog: 1.7.5...1.7.6

Release 1.7.5

22 Dec 14:43
c265c70
Compare
Choose a tag to compare

Features

Bug Fixes

Full Changelog: 1.7.4...1.7.5

Release 1.7.4

18 Nov 12:44
39cf2ca
Compare
Choose a tag to compare

Features

Bug Fixes

Full Changelog: 1.7.3...1.7.4

Release 1.7.3

11 Nov 21:18
20f0aa2
Compare
Choose a tag to compare

New Features

Updates and Bug Fixes

Full Changelog: 1.7.2...1.7.3

Release 1.7.2

02 Nov 17:01
7fb5687
Compare
Choose a tag to compare

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

28 Oct 20:05
2ce6645
Compare
Choose a tag to compare

Changelog

New Features

Image list support

Bug Fixes

New Contributors

Full Changelog: 1.7.0...1.7.1

Release 1.7.0

07 Oct 16:40
4a5b596
Compare
Choose a tag to compare

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

Screenshot from 2021-09-20 15-16-10

  • 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

Shared Tab

  • 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

24 Aug 21:01
ec54f4a
Compare
Choose a tag to compare

Features

NIST Support (#883)
Stereo Desktop Display (#869)

Fixes

KWCoco Polygon Parse Fix (#901)
write header for empty tracks (#890)
updating GPU-less running instructions (#888)
Add arch diagram (#887)
Enable checkmedia from node cli (#882)
Desktop build fix for cutom protocols (#881)

Release 1.6.0

04 Aug 01:20
76323ce
Compare
Choose a tag to compare

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

Capture

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

Capture4

Capture2

  • Address #870 autodiscover (#875) - Allows storage and other session-dependent APIs to be the same no matter how many instances of DIVE are running.

Capture3

  • 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

12 Jul 16:32
b06709c
Compare
Choose a tag to compare

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.

Screenshot from 2021-07-09 17-48-08

Take breaks when loading large amounts of data (#818)
Initial Stereo/MultiCam Support (#803) -- load multi-cam and stereo data on desktop

Screenshot from 2021-07-09 17-51-18

Truncate logs on fluxh 5XX error (#823)