README.rst 708 B

12345678910111213141516171819202122232425262728293031323334
  1. labelme: Image Annotation Tool with Python
  2. ==========================================
  3. Labelme is a graphical image annotation tool inspired by
  4. http://labelme.csail.mit.edu.
  5. It is written in Python and uses Qt for its graphical interface.
  6. Dependencies
  7. ------------
  8. - `PyQt4 <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_
  9. Usage
  10. -----
  11. .. code:: bash
  12. $ pip install labelme
  13. $ labelme # Open GUI
  14. At the moment annotations are saved as a `JSON <http://www.json.org/>`_
  15. file. The file includes the image itself. In the feature support for XML
  16. output or possibly even `SVG <http://www.w3.org/Graphics/SVG/>`_ will
  17. be added.
  18. Screencast
  19. ----------
  20. .. figure:: _media/screencast.gif