Skip to content

Latest commit

 

History

History

convert-suite-exports

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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