Michael Pitidis 13 жил өмнө
parent
commit
59fc047c47
2 өөрчлөгдсөн 18 нэмэгдсэн , 12 устгасан
  1. 0 12
      README
  2. 18 0
      README.md

+ 0 - 12
README

@@ -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/
-
-<!-- vim: set ft=markdown tw=72: -->

+ 18 - 0
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.
+