cgvict / roLabelImg

Label Rotated Rect On Images for training
824 stars 223 forks source link

Add tracking function, add arrow to indicate direction. #31

Open wzw1105 opened 1 year ago

wzw1105 commented 1 year ago
  1. The angle of box is converted to the range of [-pi, pi], positive in counterclockwise direction.
  2. Add a red arrow to each box to indicate the direction for better visualization.
  3. Newly add 'Track' button to track the boxes and labels in previous image to next image, then we just need to fine tuning the box rather than redraw the boxes. The function is useful when you label the images which are consecutively shooted.
mmmmadv commented 2 months ago

good job