Audino + CVAT REST API
Project description
SDK for Computer Vision Annotation Tool (CVAT) + AUDINO
This package provides a Python client library for CVAT server. It can be useful for workflow automation and writing custom CVAT server clients.
The SDK API includes several layers:
- Server API wrappers (
ApiClient). Located in atcvat_sdk.api_client. - High-level tools (
Core). Located atcvat_sdk.core. - PyTorch adapter. Located at
cvat_sdk.pytorch.
- Auto-annotation support. Located at
cvat_sdk.auto_annotation.
Package documentation is available here.
Installation & Usage
To install a prebuilt package, run the following command in the terminal:
pip install cvat-sdk
To use the PyTorch adapter, request the pytorch extra:
pip install "cvat-sdk[pytorch]"
To install from the local directory, follow the developer guide.
After installation you can import the package:
import audino_cvat_sdk
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
audino_cvat_sdk-2.20.0.tar.gz
(233.7 kB
view details)
File details
Details for the file audino_cvat_sdk-2.20.0.tar.gz.
File metadata
- Download URL: audino_cvat_sdk-2.20.0.tar.gz
- Upload date:
- Size: 233.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12afb34f02cb6d935fa9af9c2df04c58bf0f9ef5ebd1acde5beb88dd02c48d63
|
|
| MD5 |
8677fd5bbc1b795d1e0f15e8f3844c20
|
|
| BLAKE2b-256 |
ad98642250c6938c8635bae09ff288a3e6f4c24ae55a3a5178934d4b736d1faa
|