Kentaro Wada f1526d7168 --labels required=True пре 6 година
..
.readme e2eccbac52 Convert bounding box annotated files to VOC-like dataset пре 6 година
data_annotated 658d50a188 Update bbox_detection example with shape_type='rectangle' пре 6 година
data_dataset_voc e2eccbac52 Convert bounding box annotated files to VOC-like dataset пре 6 година
README.md 6561c90029 -like -> -format пре 6 година
labelme2voc.py f1526d7168 --labels required=True пре 6 година
labels.txt ee23064759 Add bounding box detection example пре 7 година

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).