Skip to content

vars-annotation 1.2.1

Compare
Choose a tag to compare
@hohonuuli hohonuuli released this 27 May 20:02
1ecbc0d

We're addressing "data clutter" where machine learning localization info clutters up the interface. We've added additional filters to the status bar at the bottom of VARS Annotation that allow users to:

  • show/hide details that contain JSON. At MBARI, we store localization info here as JSON and the mount of information can overwhelm users. This toggle allows user to hide the clutter. Annotations with JSON will have a purple bounding box icon displayed next to them.
  • show/hide annotations that belong to different groups.

More details in statusbar.md

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.1.15...1.2.1