Using LabelMe to Annotate Images
Labelme is a simple image annotation tool available as a python package for Windows or Linux.
First install python for Windows
from python.org.
Then just use the following command to install.
pip install labelme
Then run labelme
from the console.
labelme
You’ll get a window like this.
Click on Create Polygons
to start labelling.
Enjoy!
Happy Labelling, Brian