A utility for rotated bounding box annotating, currently.
Still need heavy developments.
Control:
- Mouse:
- Left click for annotation
- Middle drag for view region moving
- Middle wheel for zooming
- Keyboard:
- WASD for view region moving
- ESC for focusing on annotation widget
- R for reverting annotation action
- Backspace for clearing current annotation action
- Up, Down, Shift for label switching
- Right, Left, Space for sample sliding
- Z for zooming to fit
example:
# File name: sample.mark
# File format: yaml
- label: 0
degree: 90 # (degree)
x: 0 # (pixel, center)
y: 0 # (pixel, center)
w: 60 # (pixel)
h: 30 # (pixel)
segment:
- [x: 0, y: 0] # (pixel)
- [x: 1, y: 1]
- [x: 1, y: 0]
- label: 1
# ...