Earthwings/annotate

Optional Automations

Earthwings opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Annotation actions often repeat a similar pattern: Move forward in time, adjust the yaw angle, expand the box size to fit all points, shrink it to the points, commit. This can take quite some time per annotation box.

Describe the solution you'd like
To reduce the time needed for the repeated steps, it would be nice to have certain actions trigger other actions. In particular

  • after moving forward in time, automatically fit the box to nearby points
  • after changing box size, shrink the box to the points inside
  • before committing, always shrink the box to the points inside

Since that kind of automation will not work for all kind of situations, it should be configurable. Possibly via context menu actions like an Automations menu with entries

  • Auto-fit predicted box (default disabled)
  • Shrink to points after resizing (default disabled)
  • Shrink to points on commit (default enabled)