|
|
hace 8 años | |
|---|---|---|
| labelme | hace 8 años | |
| scripts | hace 8 años | |
| static | hace 9 años | |
| .gitignore | hace 9 años | |
| LICENSE | hace 9 años | |
| MANIFEST.in | hace 9 años | |
| README.md | hace 9 años | |
| setup.py | hace 8 años |
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.
On Ubuntu:
$ sudo apt-get install python-qt4 qt4-dev-tools
$ sudo pip install labelme
On OS X:
$ brew install qt qt4
$ pip install labelme
$ labelme # Open GUI
The annotations are saved as a JSON file. The file includes the image itself.
To view the json file quickly, you can use utility script:
$ labelme_draw_json _media/IMG_6319.json
