3 Commits

Author SHA1 Message Date
Boris Sekachev 5a99e73efd Drop years from license headers associated to CVAT.ai Corporation (#8968) 2025-01-21 09:31:41 +02:00
Roman Donchenko a56e94b00d tests: remove imports that were deprecated in Python 3.9 (#8643)
And also `abstractstaticmethod`, which was deprecated in 3.3.

This is a continuation of #8626.
2024-11-06 15:51:53 +02:00
Roman Donchenko 1c0a49fc80 Add auto-annotation support to SDK and CLI (#6483)
Introduce a `cvat-sdk auto-annotate` command that downloads data for a task,
then runs a function on the local computer on that data, and uploads
resulting annotations back to the task.

To support this functionality, add a new SDK module,
`cvat_sdk.auto_annotation`, that contains an interface that the
functions must follow, and a driver that applies a function to a task.

This will let users easily annotate their tasks with custom DL models.
2023-08-02 20:30:05 +03:00