Metadata-Version: 2.1
Name: cvat-manifest-builder
Version: 0.0.20
Summary: Builds a CVAT manifest file from a directory of images.
Home-page: https://github.com/fsai-dev/fsai-cli-tools
License: MIT
Author: Michael Mohamed
Author-email: michael@foundationstack.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Requires-Dist: beartype (>=0.10.4,<0.11.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Project-URL: Repository, https://github.com/fsai-dev/fsai-cli-tools
Description-Content-Type: text/markdown

# cvat-manifest-builder
## Installation & Use

```shell
# Install cvat-manifest-builder
> pip install cvat-manifest-builder

> cvat-manifest-builder --help
usage: cvat-manifest-builder [-h] --output_manifest_file OUTPUT_MANIFEST_FILE --input_data_path
                             INPUT_DATA_PATH

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.
  --input_data_path INPUT_DATA_PATH
                        Path to the data directory.
```
