Skip to content

Releases: Kitware/dive

Release 1.7.3

Choose a tag to compare

@subdavis subdavis released this 11 Nov 21:18
20f0aa2

New Features

Updates and Bug Fixes

Full Changelog: 1.7.2...1.7.3

Release 1.7.2

Choose a tag to compare

@subdavis subdavis released this 02 Nov 17:01
7fb5687

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

Choose a tag to compare

@subdavis subdavis released this 28 Oct 20:05
2ce6645

Changelog

New Features

Image list support

Bug Fixes

New Contributors

Full Changelog: 1.7.0...1.7.1

Release 1.7.0

Choose a tag to compare

@subdavis subdavis released this 07 Oct 16:40
4a5b596

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

Choose a tag to compare

@subdavis subdavis released this 24 Aug 21:01
ec54f4a

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

Choose a tag to compare

@subdavis subdavis released this 04 Aug 01:20
76323ce

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

Choose a tag to compare

@subdavis subdavis released this 12 Jul 16:32
b06709c

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)

Release 1.4.9

Choose a tag to compare

@subdavis subdavis released this 30 Jun 20:05
82d4d7f

changelog

resize event looper fix (#821)
Updated head/tail keypoint appearance to filled/hollow (#824)
Grouped minor fixes (#816)
Fix prompt delete (#813)
Export detections above threshold by default (#805)
Refactor prompt-service to use composition-api (#804)
Adding in detections file creation for postprocess (#810)
Docs/desktop config (#793)

Release 1.4.8

Choose a tag to compare

@subdavis subdavis released this 09 Jun 19:22
68db5ef

changelog

Fix Call Stack Error and add test script (#800)
Fix log buffering issue (#799)
Added population counters for selected types (#797)
Added arrow keys for frame changing in quick help (#795)
Switch to N1 and Nvidia T4 defaults (#796)
Switch from checkbuild.sh to tox for server (#787)
Update google cloud docs, ansible scripts (#791)
Dedupe detection generation code, fix clone training bug (#788)
Docs/pipeline docs update (#785)
Calculate Max N for all classes for multiple datasets (#783)
Fixed loading error for csv files without object types (#777)
Adding no-embedded-pipe flag (#784)

Release 1.4.7

Choose a tag to compare

@subdavis subdavis released this 28 May 21:32
17fe4cd

changelog

adding desktop SVM support (#781)
Desktop/fix missing trained (#779)
Fix media export when MIME type isn't available (#755)