Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 592 Bytes

UTIL_COMMANDS.md

File metadata and controls

9 lines (7 loc) · 592 Bytes

Helpful commands

  • vision_download: help you download the dataset files to local disk for consumption, it can be downloaded/converted to TSV directly as well
  • vision_check_dataset: check if a dataset or [coco json + images] is problematic or not.
  • vision_convert_od_to_ic: convert a detection dataset to classification dataset (with or without augmentations).
  • vision_convert_to_aml_coco: generate a coco that can be used for AzureML
  • vision_list_supported_operations: list the supported operations by certain data type.

For each commoand, run command -h for more details.