Browse Source

Add script for developper friendly

Kentaro Wada 9 years ago
parent
commit
c022723b34
1 changed files with 7 additions and 0 deletions
  1. 7 0
      labelme_r

+ 7 - 0
labelme_r

@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+import labelme.app
+
+
+if __name__ == '__main__':
+    labelme.app.main()