tator
tator copied to clipboard
Video analytics web platform
Currently, there is zero test coverage for the code in `main/management/commands`, but these commands are run regularly in production. Refactor them so that the actual logic lives in single-purpose functions...
Managing individual users' project memberships (both at creation and ongoing) is currently a very manual process, requiring manual addition in all cases. Other service providers have a concept of security...
Currently an implicit zoom is applied when displaying images in the annotator. The user cannot specifically view the image at its actual size (particularly if it's smaller than the available...
It appears there might be a minimum size for the image annotator (e.g. a 128x128 image does not load). More investigation is required to understand the problem.
My users would like Frame Seek to be set to Auto (not manual) by default, or at the very least to not have to manually toggle it back from "manual"...
Using text "true" is setting it correctly, but not displaying the retrieved value (so it looks like it did not stick) Also- Text input was used intermediary to slider with...
The annotation view URL should be automatically updated when the user performs the following interactions: - frame change - video settings updates - multiview selection - video timeline updates -...