12 lines
561 B
Markdown
12 lines
561 B
Markdown
This directory contains various auto-annotation function implementations
|
|
for use with the CVAT SDK and CLI.
|
|
These functions use popular deep learning models to perform various computer vision tasks.
|
|
|
|
Consult the [Auto-annotation API reference][apiref] for general information about AA functions.
|
|
|
|
[apiref]: https://docs.cvat.ai/docs/api_sdk/sdk/auto-annotation/
|
|
|
|
For information on each AA function, see the `README.md` file in its directory.
|
|
Each function also has a `requirements.txt` file describing Python packages
|
|
that you must install in order to use it.
|