Kentaro Wada 5c9808446a Format code with black il y a 4 ans
..
.readme e2eccbac52 Convert bounding box annotated files to VOC-like dataset il y a 6 ans
data_annotated 61f5fee418 Remove lineColor and shapeColor keys from example JSON files il y a 5 ans
data_dataset_voc 14b599bc45 Update examples/bbox_detection il y a 5 ans
README.md 6561c90029 -like -> -format il y a 6 ans
labelme2voc.py 5c9808446a Format code with black il y a 4 ans
labels.txt ee23064759 Add bounding box detection example il y a 7 ans

README.md

Bounding Box Detection Example

Usage

labelme data_annotated --labels labels.txt --nodata --autosave

Convert to VOC-format Dataset

# It generates:
#   - data_dataset_voc/JPEGImages
#   - data_dataset_voc/Annotations
#   - data_dataset_voc/AnnotationsVisualization
./labelme2voc.py data_annotated data_dataset_voc --labels labels.txt

Fig1. JPEG image (left), Bounding box annotation visualization (right).