Skip to content

Releases: mbari-org/vars-annotation

vars-annotation 1.5.2

14 Sep 22:52
ef729d6
Compare
Choose a tag to compare

This is a bug fix release.

Full Changelog: 1.5.0...1.5.2

vars-annotation 1.5.1

17 Feb 17:30
a9b8421
Compare
Choose a tag to compare
  • Experimental support for #156 (show/hide columns). Note that this changes the default column order.
  • Refresh now reopens the currently annotated media after the refresh completes.

Full Changelog: 1.5.0...1.5.1

vars-annotation 1.5.0

16 Feb 18:11
c90aeae
Compare
Choose a tag to compare

This release replaces the main table component that has been plaguing VARS with bugs. In addition, there was bug hunt to identify and squash bugs that may have been previously undetected. I also added some changes to working with localizations on concurrent videos. Also, this release includes new timeline component.

Localization changes:

If you have show concurrent annotations checked, some of these annotation may have localizations. However, the video they are attached to may have a different starting time and/or dimensions (width, height) than the video you have opened in VARS. If that's the case, those annotation will not be displayed in Sharktopoda and will not be editable unless you open the video that they are attached to.

Timeline

Screenshot 2023-02-16 at 9 59 24 AM

  • The timeline shows the timeline of the video in minutes
  • Each letter represents an annotation with a line connecting it to where the annotation occurs in the videos timeline
  • Hovering over a letter shows the full concept of the annotation.
  • Each letter is color-coded by its concept. So letters of the same color are the same concept.
  • Clicking on a letter selects it in the annotation table
  • Double-clicking on a letter seeks to that moment in the video.

What's Changed

Full Changelog: 1.4.6...1.5.0

vars-annotation 1.4.8

15 Feb 01:24
7552c31
Compare
Choose a tag to compare
  • Replacing JavaFX's TableView with a Swing table as a workaround for #128.
  • Added a timeline view for testing.
  • Concept editor combobox now changes color when it has the focus.

Full Changelog: 1.4.7...1.4.8

vars-annotation 1.4.7

03 Feb 19:31
Compare
Choose a tag to compare

Yet another attempt to work around JavaFX TableView issues. This release rolls back from JavaFX 19.0.2 to 14.0.2.1. This is being evaluated to address #128 and #146 .

Full Changelog: 1.4.6...1.4.7

vars-annotation 1.4.6

24 Jan 23:27
4e2456e
Compare
Choose a tag to compare
vars-annotation 1.4.6 Pre-release
Pre-release

vars-annotation 1.4.5

19 Jan 00:19
b383288
Compare
Choose a tag to compare

This release is a bug fix to address #128 and fixes for the new Sharktopoda 2 video player.

We've finally worked out code signing and notarization (#144). This app should run out-of-the-box.

Full Changelog: 1.4.3...1.4.5

vars-annotation 1.4.3

17 Jan 19:47
a34ebaf
Compare
Choose a tag to compare

This release of VARS adds localization features:

  1. Integration with machine learning server to allow video frames to be annotated/localized via machine learning.
  2. Support for the new Sharktopoda (v2) video player that supports localizations (both creation and display) directly over video.
cd /Applications
sudo xattr -d -r com.apple.quarantine "VARS Annotation.app"

Full Changelog: 1.3.0...1.4.3

vars-annotation 1.4.0-rc8

27 Dec 23:42
6fc6c65
Compare
Choose a tag to compare
Pre-release

This release includes integrations for the new Sharktopoda 2 video player that supports direct localizations on video.

Note that we are still working through code notarization issues on macOS. If you get a message that says the application is damaged run the following in a terminal:

cd /Applications
sudo xattr -d -r com.apple.quarantine "VARS Annotation.app"

Full Changelog: 1.4.0-rc7...1.4.0-rc8

vars-annotation 1.4.0-rc7

19 Dec 22:21
2266aa1
Compare
Choose a tag to compare
Pre-release

Notable changes:

  • fixes frame capture which was broken in 1.4.0-rc6.
  • Adds an error dialog if any command fails. (Previously they were quietly ignored)

Note that we are still working through code notarization issues on macOS. If you get a message that says the application is damaged run the following in a terminal:

cd /Applications
sudo xattr -d -r com.apple.quarantine "VARS Annotation.app"

Full Changelog: 1.4.0-rc6...1.4.0-rc7