cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 199 forks source link

Add 'extreme clicking' bounding box annotations #140

Open chrert opened 6 years ago

chrert commented 6 years ago

This PR implements the annotation format introduced in https://arxiv.org/abs/1708.02750v1.

Users are asked to annotate the 4 extremal points (left, right, top, and bottom-most) of an object. The authors of the paper claim, that this is a more natural way of defining bounding-boxes of objects.

Implementation remarks: