Releases: mbari-org/vars-annotation
vars-annotation 1.5.2
vars-annotation 1.5.1
- 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
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
- 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
- Feature/swingtable by @hohonuuli in #153
Full Changelog: 1.4.6...1.5.0
vars-annotation 1.4.8
- 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
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
Fix for mbari-org/vars-feedback#39
Full Changelog: 1.4.5...1.4.6
vars-annotation 1.4.5
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
This release of VARS adds localization features:
- Integration with machine learning server to allow video frames to be annotated/localized via machine learning.
- 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
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
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