Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

Web

News

Please enter a web search for web results.

News

Web

docs.cvat.ai > docs > api_sdk > sdk > examples > annotations

Annotation recipes

3+ day, 22+ hour ago   (229+ words) Three recipes: task_import_annotations.py loads an annotation file into an existing task, task_edit_annotations.py reads a task’s annotations, applies a bulk edit, and writes it back, and project_annotation_stats.py walks a project’s tasks and aggregates object counts per label and type into a…...


docs.cvat.ai > docs > api_sdk > sdk > examples > projects

Project recipes

4+ day, 5+ hour ago   (247+ words) Five recipes cover the project lifecycle: project_create_and_list.py for the common CRUD path, project_add_labels.py for extending an existing project’s label schema, project_backup.py and project_restore.py for portable copies, and project_export_dataset.py for dataset export (local + cloud). For a CSV overview of a project’s…...


docs.cvat.ai > docs > api_sdk > sdk > examples > cloud-storage

Cloud storage recipes

2+ week, 1+ day ago   (114+ words) CVAT One recipe: cloud_storage_register.py registers an S3-compatible bucket (AWS S3, MinIO, DigitalOcean Spaces, …) as a CVAT cloud storage. It uses the low-level client.api_client.cloudstorages_api because there is no high-level proxy for cloud storages yet. Registers a bucket by key/secret, lists all…...