|
@@ -11,6 +11,8 @@ labelme: Image Annotation Tool with Python
|
|
Labelme is a graphical image annotation tool inspired by <http://labelme.csail.mit.edu>.
|
|
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.
|
|
It is written in Python and uses Qt for its graphical interface.
|
|
|
|
|
|
|
|
+<img src=".readme/legend.jpg" width="80%" />
|
|
|
|
+
|
|
|
|
|
|
Requirements
|
|
Requirements
|
|
------------
|
|
------------
|
|
@@ -92,8 +94,6 @@ labelme tutorial/apc2016_obj3.jpg \
|
|
--labels highland_6539_self_stick_notes,mead_index_cards,kong_air_dog_squeakair_tennis_ball # Specify label list
|
|
--labels highland_6539_self_stick_notes,mead_index_cards,kong_air_dog_squeakair_tennis_ball # Specify label list
|
|
```
|
|
```
|
|
|
|
|
|
-<img src=".readme/apc2016_obj3_screenshot.jpg" width="50%" /> <img src=".readme/apc2016_obj3_annotate_label.jpg" width="44%" />
|
|
|
|
-
|
|
|
|
The annotations are saved as a [JSON](http://www.json.org/) file. The
|
|
The annotations are saved as a [JSON](http://www.json.org/) file. The
|
|
file includes the image itself.
|
|
file includes the image itself.
|
|
|
|
|