-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
19 lines (18 loc) · 1.04 KB
/
pyproject.toml
File metadata and controls
19 lines (18 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "CVAT-Video-Annotation-Processor"
version = "0.0.1"
authors = [
{ name="kailash Hambarde", email="kailas.srt@gmail.com" },
]
description = "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"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/kailashhambarde/CVAT_Video_Annotation_Processor.git"
Issues = "https://github.com/kailashhambarde/CVAT_Video_Annotation_Processor.git/issues"
Project = "https://github.com/kailashhambarde/CVAT_Video_Annotation_Processor.git"