GitHub上有一款基于python的图像标注工具“pychetlabeller”。
Pychet Labeller
A python based annotation/labelling toolbox for images. The program allows the user toannotate individual objects in images.
Annotation variants
Currently the pychet labeller supports Circle Annotation and RectangleAnnotation.
The circle annotation enables the user to annotate objects in an image with its centroid and its radius. This makes theannotation toolbox particularly suitable for round objects such as fruits, balls, coins etc.
The rectangle annotation annotates a box with top left position and its widthand height. This is more standard to what is used in the ML community where abounding box is scribed around objects.