Creating a Client
TheClient class is your main entry point for interacting with CVAT:
Authentication
Password Authentication
Log in with username and password:Token Authentication
Use a Personal Access Token (PAT):Context Manager
Use the client as a context manager for automatic cleanup:Basic Operations
Listing Projects and Tasks
Creating a Task
Retrieving a Task
Working with Annotations
Downloading Frames
Exporting Annotations
Working with Jobs
Configuration Options
Customize client behavior withConfig:
Organization Context
Work within an organization context:Complete Example
Here’s a complete example that creates a task, uploads images, and downloads annotations:Next Steps
- Client Reference - Deep dive into Client configuration
- Core Operations - Detailed guide on projects, tasks, and jobs
- PyTorch Integration - Use CVAT data for training
- Auto-Annotation - Automate annotation with models