tator
tator copied to clipboard
Video analytics web platform
Moving between different entity types in the annotation view for a given frame (eg Localization and frame States) requires going back and forth between the different entity panels. My users'...
When paginating to a new page in the Localizations Gallery View, it takes a short time for the old images to be updated by the new ones. This is particularly...
**Category** Feature Request **Problem** The current unsupported browser message only shows up once, and it can be easily forgotten. This will lead to unknown video playback issues. **Request** Make a...
**Category** Feature Request **Problem** If a user accidentally creates a polygon, it's possible they did not realize it's not the correct type. They currently have to redraw the localization again...
Currently, when adding an attribute, the default value for 'visible' property is set to false. Furthermore, users must scroll to view this property, but there is no indication that a...
**Category** Feature Request **Problem** Current options for modal height/width are limited. It would be helpful to have a full page size modal option that is responsive to the view port....
**Category** Bugfix **Problem** TrimState and MergeState API endpoints are broken. There are also no equivalent tator-py / REST tests. **Request** Fix endpoints and add coverage in the automated test suite.
No CSS, and trying to save a user results in a server error
This PR adds project based access when accessing elements by ID. This can occur via individual get accesses in REST (e.g. `/rest/Localization/foo`), Foreign Key relationships, and ManyToMany relationships. The psuedo-code...
If the `/rest/Email` endpoint fails to run correctly, the code in `api/kube.py` does not log an error. Additionally, the context for sending the e-mail runs at the user-context causing `rest/Email`...