tator
tator copied to clipboard
Video analytics web platform
**Category** Feature Request **Problem** Currently users don't have the ability to set the default type for the save dialogs (e.g. drawing polygons). **Request** Save the selected entity type in the...
**Category** Feature Request **Problem** Applets cannot update the canvas (image and video frame) on pause. This would be helpful to do image correction on the fly. **Request** Enable canvas applets...
**Category** Feature Request **Problem** The annotator's right click / context menu can get crowded; especially if there are a lot of applets and states registered to the project. This makes...
Some legacy code should be removed / changed to make the error condition of a Media record having no underlying content more obvious. https://github.com/cvisionai/tator-py/blob/dc6ab1552bdf2a902667fd6b4a639790fef85fb8/tator/util/download_media.py#L107-L112 Probably just raise an exception, the...
As part of deprecation of `tator_user_sections`, only create explicit sections in the front end
As part of a movement from `tator_user_sections` to explicit sections.
This is to support operations such as media moves on explicit sections
**Category** Feature Request **Problem** New users may not know the entity selector menu options are available because there not normally visible. **Request** Make an option in the annotation browser settings...
**Category** Feature Request **Problem** Can't null out or reset an attribute to it's default in the UI. It is available via the REST endpoint. **Request** Add a right click option...
It may be convenient to search for all media that has a certain resolution, certain codec, or find bad transcodes. Utilizing media_files within object search may be a way to...