export-to-voc

You need to be a Pro member to access the full content of this.

export-to-voc converts your Labelme dataset to a commonly used VOC format:

Usage

Pass a directory that contains JSON files.

labelmetk export-to-voc [OPTIONS] DATASET_DIR

Example

labelmetk export-to-voc small_dataset \
  --class-names __ignore__,_background_,bottle,bus,car,chair,person,sofa

Download an example dataset from:

small_dataset.zip (389KB)