Brian Tate

Results 40 comments of Brian Tate

Removed the tag for migration as its already been taken care of

This would require some minor rework to the polygon state machine in annotation.js

Required for #1214

Different conops are in play: - add/remove dots on the path - Slice a poly (like a knife) to make 2 polys - Combine 2 polys to make 1 poly...

We should consider the use-case a user may want to make a read-only service token; potentially scoped to a project.

Nice regression. It looks like it is trying to search for $width against the `state_qs` which implies it is looking for `State:$width` which is invalid. Not clear why its making...

Additionally, position filters broke ($x, $y), etc.

We should add checks for valid chunk size, as to fail more gracefully. Root cause of issue was default timeout of 30 seconds was added/documented but didn't change/break API so...

Does it make sense to describe groups in one spot (defining their order/style) ; and somehow reference them in each attribute?

This reads as a duplicate of: https://github.com/cvisionai/tator/issues/1202