diff --git a/README b/README deleted file mode 100644 index fb412b02a339f705459fc4ca1f216ede165c466b..0000000000000000000000000000000000000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ - -# INSTRUCTIONS - -Since the Python Qt bindings are not currently installed on DICE -machines, we have prepared a binary suitable for execution with -[cxfreeze]. To run the program enter ./bin/labelme from the toplevel -folder of the application. This has been tested succesfully on -student.compute. - -[cxfreeze]: http://cx-freeze.sourceforge.net/ - - diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..04b54c492b7a5268e44c1187e384b9a06ca0a472 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ + +# Labelme + +Labelme is a graphical image annotation tool inspired by +http://labelme.csail.mit.edu. + +It is written in Python and uses Qt for its graphical interface. + +# Dependencies + +Labelme requires at least Python 2.6 and has been tested with PyQt 4.8. + + +# TODO + +- Refactor into a Python package. +- Add installation script. +