Skip to content

Releases: cvisionai/tator

1.1.0

22 Jul 18:56
Compare
Choose a tag to compare

Tator v1.1.0 Release Notes:

Annotator Page

Added Features

  • Updated tooltips to video control buttons. (#1156)
  • Added keyboard shortcut (E) for localization edit/redraw. (#1288)
  • Added keyboard shortcut for skip 1 minute (CTRL + Right Arrow/Left Arrow). (#1281)
  • Updated timeline bar to always display a minimum size for all states. This ensures they are always visible. (#1196)
  • Updated annotation browser to stay hidden if toggled. Previously, if the user creates a localization or state, the browser will toggle open. (#1159)
  • Updated More/Less toggles in the annotation browser to apply when switching between media. (#1159)
  • Enabled CSS class-based styling to the attribute panel. (#1298)
  • Cleaned up miscellaneous annotation browser UI elements. (#1159)
  • Updated certain UI elements to be disabled during video playback. (#1029)

Bug Fixes

  • Fixed bug where applets were not loaded due to Keycloak associated logic (#1313)
  • Fixed bug where states (ie tracks) with thousands of associated localizations would cause an error. (#1160)
  • Fixed bug where a user deletes a localization associated with a state, its ID was not removed from the state’s localization ID list. (#1005)
  • Fixed bug where dialog boxes were opening at page top instead of screen top. (#1166)
  • Fixed bug where the cursor was not changing styles. (#1309)
  • Removed legacy Safe Mode. (#824)
  • Fixed track database access. (#44)
  • Fixed issue where username whitespace and case sensitivity would cause problems. (#1163)
  • Fixed filter UI using tator_user_sections instead of section IDs. (#1052)
  • Fixed bug where saved searches were not being applied to the filter UI. (#1054)

Project Detail Page

Added Features

  • Added section ID in the section’s header. (#1110)

Bug Fixes

  • Fixed bug with filter UI not displaying the filter condition pills. (#1260)

Backend

Added Features

  • Added fast decode option to SVT-AV1. (#1232)
  • Changed OSS Tator deployment to utilize Docker Compose. (#961)
  • Optimized transcoding for extra long video file inputs. (#1091)
  • Added additional pixel formats (yuv420p, yuv420p101e, yuv422p, yuv444p). (#847)
  • Added resource usage and HW preamble in transcoding process. (#928)
  • Added support for cross origin images. (#576)
  • Annotator folder moved into the tator-js submodule. (#1023)
  • Removed use of GraphQL. (#1147)
  • Added retry and backoff logic to CI steps. (#977)

Bug Fixes

  • Rotation metadata ignored to prevent the transcoding process from crashing. (#1332)
  • Fixed Affiliations endpoint response to match the spec. (#1311)
  • Fixed REST interface not showing all the endpoints. (#1270)

1.0.5

19 Jun 16:19
Compare
Choose a tag to compare
  • Add id as built-in attribute
  • Fix attribute queries for related searches
  • Fix issues with elemental IDs

1.0.4

06 Jun 02:50
Compare
Choose a tag to compare
  • Fix error that caused duplicate Resource objects
  • Fix issues with python-based uploads
  • Add more efficient video probes for transcodes
  • Fix pagination of large lists
  • Expand built-in filterable attributes

1.0.3

23 May 02:55
Compare
Choose a tag to compare
  • Add project-scoped primary key indices to improve speed of some queries
  • Add after_name parameter for media
  • Only allow algorithm launches on whole media sections
  • Add improved algorithm launch dialog

1.0.2

19 May 02:07
Compare
Choose a tag to compare
  • Add missing support for some built-in attributes
  • Fix handling of datetime attributes
  • Fix several issues with filter UI
  • Reduce number of redirects

1.0.1

12 May 16:07
Compare
Choose a tag to compare
  • Fixes for attribute queries

1.0.0

17 Apr 03:46
Compare
Choose a tag to compare
  • Removal of ElasticSearch
  • Introduction of PSQL index manager
  • Updates to REST grammar for consistency
  • New syntax for attribute-based searches
  • Elemental IDs for cross-deployment migrations
  • Fix for behavior of public projects
  • Fixes for cron jobs
  • Fix for version URL parameter in annotation view

For more details on our first major release, see our blog.

0.2.23

01 Mar 18:12
Compare
Choose a tag to compare
  • Added timeline settings dialog for video annotator
  • Moved save button and favorites to top of save dialog
  • Updated entity browser layout
  • Automatic updates in annotation view to browser URL to match share URL
  • Fixes and improvements to project settings view

0.2.22

11 Jan 04:21
Compare
Choose a tag to compare
  • Improved zoom and display controls for video timeline
  • Expanded width of entity browser
  • Improved controls for video settings
  • Added UTC time display to video player for videos named with UTC time
  • Add caching for corrections view
  • Fixes to localization analytics view
  • Applet hooks for entity browser and save dialog
  • Improvements to GetFrame and GetClip including HLS support
  • Support for multi-resolution HLS feeds
  • Partial support for Oracle Cloud Infrastructure object storage
  • Separation of UI from Django into containerized express server
  • Introduction of zustand for front end state management
  • Clean up of make dependencies and CI config

0.2.21

26 Oct 02:42
Compare
Choose a tag to compare
  • Fixes and improvements to video player with regard to utilizing the Chrome browser.
  • Prototype of real-time color correction of underwater video
  • Fix issues with GCS buckets
  • Fixes to backup bucket cron job
  • Add cron job to clean up deleted files
  • Fix speed issues with organization and project serialization
  • Add ability for states to have parents and share the inheritance behavior of localization metadata.