tator icon indicating copy to clipboard operation
tator copied to clipboard

Video analytics web platform

Results 327 tator issues
Sort by recently updated
recently updated
newest added

It can be cumbersome to find relevant sections in the project detail view's sidebar if the list size is large (e.g. requires scrollbar usage). It would be helpful if there...

Where we check cache entries on list endpoints MGET should increase throughput when accessing large lists. It should also be observed not to execute SQL statements in a loop. An...

From the Media Gallery View, clicking on an Image MediaType media brings user to the Annotation View for the image, but the image does not appear. Browser console log for...

When using the autofill option, it would be useful if typing any part of its name triggered an autofill suggestion. For instance, typing "pacific," "spiny," or "dogfish" separately, regardless of...

Remove the `Token` endpoint and replace with `ServiceTokens` endpoint. The new endpoint will require normal authentication, and only return the full token once, when the initial `POST` is made. `GET`...

**Category** Feature Request **Problem** There currently is no mechanism to update the `media-panel` data / force a refresh like the `entity-browser`. Only localization and state types can be "refreshed' in...

This issue is to allow for media to have a nested folder structure just like a filesystem. This could be implemented by expanding or replacing the `Section` objects with an...

The following stack trace occurs when developing on python 3.12 (and likely above): ```python /usr/lib/python3.12/site-packages/setuptools/dist.py:520: SetuptoolsDeprecationWarning: Invalid version: 'DEVELOPMENT_VERSION'. !! ******************************************************************************** The version specified is not a valid version according...

The multibucket API wrapper in store.py appears to have an API in compatibility with min.io servers. Steps to reproduce: 1.) Configure a min.io project specific bucket. 2.) Attempt to upload...

MediaType objects define an overlay_config. The overlay config is then processed to utilize the draw layer once or per-frame based on this configuration. Currently, the features are limited to time...