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:

v0.1.2 (2025-03-28): Supports shape_type="mask".
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)