cvat-manifest-builder

Builds a CVAT manifest file from a directory of images.


License
MIT
Install
pip install cvat-manifest-builder==0.0.102

Documentation

cvat-manifest-builder

Installation & Use

# Install echo1-cvat-manifest-builder
> pip install echo1-cvat-manifest-builder

> cvat-manifest-builder --help
usage: cvat-manifest-builder [-h] --output_manifest_file OUTPUT_MANIFEST_FILE [--output_batched_directories] [--output_batched_manifests]
--input_data_path INPUT_DATA_PATH [--max_file_per_batch MAX_FILE_PER_BATCH]

Builds a CVAT manifest file from a directory of images.

optional arguments:
  -h, --help            show this help message and exit
  --output_manifest_file OUTPUT_MANIFEST_FILE
                        Path to the output manifest file.
  --output_batched_directories
                        Copies files from their original folders batch sized/named folders.
  --output_batched_manifests
                        Creates batched manifest files versus a single manifest file.
  --input_data_path INPUT_DATA_PATH
                        Path to the data directory.
  --max_file_per_batch MAX_FILE_PER_BATCH
                        The maximum files per batch