Metadata-Version: 2.1
Name: CVAT-Video-Annotation-Processor
Version: 1.1.1
Summary: CVAT Video Annotation Processor is a Python package for processing videos with annotations generated by CVAT (Computer Vision Annotation Tool). It provides functions for parsing XML annotations, extracting ROIs (Regions of Interest) from videos, and saving the processed videos with labeled ROIs. This package is useful for computer vision and machine learning projects that require processing annotated videos for training or analysis
Author-email: kailash Hambarde <kailas.srt@gmail.com>
Project-URL: Homepage, https://github.com/kailashhambarde/CVAT_Video_Annotation_Processor.git
Project-URL: Issues, https://github.com/kailashhambarde/CVAT_Video_Annotation_Processor.git/issues
Project-URL: Project, https://github.com/kailashhambarde/CVAT_Video_Annotation_Processor.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: xmltodict

# CVAT Video Annotation Processor

CVAT Video Annotation Processor is a Python package designed to simplify the processing of video annotations generated using the Computer Vision Annotation Tool (CVAT).

## Features

- **XML Parsing**: Easily parse CVAT-generated XML annotation files.
- **Video Processing**: Process annotated videos, extracting and saving regions of interest (ROIs) as separate video files.

## Installation



You can install CVAT Video Annotation Processor using pip:

```bash
pip install CVAT-Video-Annotation-Processor
```

## About the Author 
Kailash Hambarde
Postdoctoral Researcher
University of Beira Interior (UBI)
[My Website](https://kailashhambarde.github.io/)
