Image Key Point Annotation Tool =============================== A small TkInter-based keypoint annotation tool for images written in Python. Installation ------------ Follow our `binary installation `_ instructions. Then, using the Python interpreter inside that distribution, bootstrap and buildout this package:: $ python bootstrap-buildout.py $ ./bin/buildout Annotation of polygons ---------------------- The tool ``annotate.py`` allows you to annotate arbitrary polygons in images (one polygon per image). It is useful to annotate regions of interest for tasks like object detection or segmentation. Start with:: $ ./bin/annotate.py --help Annotation format ================= The annotation file will contain points in the ``(y,x)`` (Bob-style) format. Every line corresponds to one point annotated on the original image.