smartsenselab / SSAT

SSAT is presently an in-progress project of a free and interactive annotation tool for the computer vision community, it eases the way researchers can annotate data from massive video datasets.

Home Page:http://www.ssig.dcc.ufmg.br/ssat-annotation-tool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include keyboard shortcuts

victorhcm opened this issue · comments

  • Next/previous frame (left and right arrows)
  • Fast forward/fast backward frame (maybe shift+left arrow/right arrow)
  • Play/pause (space key)
  • Increase/decrease speed (up/down arrows, shift+up/down for fast forward speed)

Existing ones:

  • Ctrl+B for new bounding boxes
  • Ctrl+F for frame boxes

Adicionei os seguintes atalhos:
- space (play / pause)
- crtl+left arrow (fast rewind)
- left arrow (rewind)
- right arrow (forward)
- crtl+right arrow (fast forward)
- crtl+space (stop)

Esses ainda não foram adicionados:
- up arrow (speed +)
- down arrow (speed -)