Python wrapper for CVAT API
Project description
CVAT wrapper
Description
Python wrapper to wrap CVAT API call into a class.
Example
from CVAT import CVAT
from CVAT.data_types import Task
API = CVAT(username="username", password="password", url="http://localhost:8080")
project_id: int = API.create_project("New project")
task: Task = Task("new task", project_id=project_id)
task = API.create_task(task)
Documentation
All the documentation is made with python google docstring.
Contributeurs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CVAT wrapper-0.0.9.tar.gz
(10.7 kB
view hashes)
Built Distribution
Close
Hashes for CVAT_wrapper-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e295032076e8692e451e2b8716561132b74ffa453c3c32cc6491264f0c28f651 |
|
MD5 | 20bce9acd6f3552d952e896d162ad1a7 |
|
BLAKE2b-256 | 94cc5a14b7219154af398d15c7c1eade9aecda18e0925b2e491acc6c318afb78 |