Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.06 KB

Convert Suite Export to Other Dataset Formats

Pre-requisite

  • Python 3.6+
  • Install python dependencies
$ pip install -r requirements.txt

Dataset format / annotation type supports

Datasets

  • COCO, YOLO
  • (WIP: Pascal VOC)

Annotation types

  • Bounding box, Polygon segmentation
    • Please note that RLE segmentation output is compressed RLE string. It's also supported through cocoapi
    • COCO stuff segmentation task uses compressed RLE string.
  • (WIP: Keypoints, categorization)

Convert Export Results

$ python convert.py --export-path {EXPORT_PATH} --output-path {OUTPUT_PATH} --dataset-type COCO
$ python convert.py --export-path {EXPORT_PATH} --output-path {OUTPUT_PATH} --dataset-type YOLO

Notes

RLE