In the video we demonstrate the CVAT SDK that is a Python library that provides functionality to simplify the integration of CVAT API into your application. The SDK is open-source, platform-independent, and easy to install with “pip”.
The library functionality can be divided into three parts:
The low-level API provides server API wrappers, while the high-level API allows you to interact with the server objects using object-oriented API.
The Client class ties together the functionality of the high-level API and provides simple access to the server entities such as tasks and projects. The library also includes data validation, response parsing, error handling, and inline documentation for each layer. With the CVAT SDK, you can save time on writing integration code and focus more on your tasks.
You can find more information on our YouTube channel