CVAT SDK PyTorch adapter: using CVAT datasets in ML pipeline

Hi

We created a tutorial about the Pytorch Adapter and how to use it in CVAT:

https://cvat.webflow.io/post/cvat-sdk-pytorch-adapter

A couple of words about what is it:

The PyTorch adapter, also known as the cvat_sdk.pytorch module allows using a CVAT project or task directly as a PyTorch-compatible dataset, eliminating the need for intermediate representation.

The article provides an overview of the PyTorch adapter and its functionality, followed up by some real-life use cases and examples for a better understanding of how it works.