/labelme

Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).

Primary LanguagePythonOtherNOASSERTION

This is an intelligent barcode annotation tool forked from labelme.

Install

Install dependencies with the following command:

pip install -r requirements.txt

Run

predefine labels use --labels, like:

python __main__.py --nodata --labels a,b,c

Barcode Annotation Relevant Changes

  1. A content property is added to the shape object. Users can modify and check the barcode content in the label dialog.
  2. The Dynamsoft Barcode Reader is used to automatically annotate barcodes.