Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't fetch existing annotations in cvat_sdk.auto_annotation.annotate_task #7019

Merged
merged 1 commit into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. Don't fetch existing annotations in `cvat_sdk.auto_annotation.annotat…

    …e_task`
    
    We don't need existing annotations in order to re-annotate a task, but they
    were being fetched anyway, because that's how the underlying `TaskDataset`
    class works.
    
    Add an option to `TaskDataset` to disable annotation loading, and use it in
    `auto_annotate` to prevent those unnecessary fetches.
    SpecLad committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    347e468 View commit details
    Browse the repository at this point in the history