Metadata-Version: 2.1
Name: pyOpenAnnotate
Version: 0.2
Summary: Automated single class annotation tool using OpenCV.
Home-page: https://github.com/kXborg/pyOpenAnnotate
Author: Kukil Kashyap Borgohain
Author-email: kukilp213@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Annotation-Tool

Simple and intuitive automated annotation tool using OpenCV.

## Annotate Images

```
annotate <images_directory_path>
```

## Annotate Video
```
annotate <path_to_video_file>
```


