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

Problems: Install.sh assumes nothing will go wrong during run. Instead of failing out when something doesn't work, script moves on to subsequent steps dependent on steps that fail. Additionally, the...

It's currently possible to post a null for the frame parameter in the /states/POST endpoint even if the state spec associated with a frame-associated type. The endpoint should error /...

Pending merge of `dev/video_decoder_rework`: - Extract out 'compat' mode into its own module. Might be nice to experiment with the frame callback method here, but it does advertise dropped frames,...

Unless a specific string representation is given for a datetime attribute, it will fail to be indexed in elasticsearch. Add a reformatting function for datetime attributes that will put it...

For example, in `main/rest/state.py`, the `MergeStatesAPI` and `TrimStateEndAPI` endpoints don't create changelogs for their operations. Go through all of the endpoint/method combinations, identify the ones missing changelog generation, determine which...

For upload, storage, and backup, default buckets may be specified in the `helm/tator/values.yaml` file, which creates environment variables read by `get_tator_store` to communicate with the storage server. Currently, GCS buckets...

The current modal that pops up for creating a new project does not allow for setting the project's bucket. Add a field populated with choices to let the user choose....

Playback performance in front end tests is poor due to having no graphics acceleration. It was found that running them on an EC2 g4dn.2xlarge instance using [an AMI with NICE...

When a type is modified a global handler, `create_mapping` is called which does not isolate the mapping request to the refashioned type. This has the unintended consequence of potentially leaking...