cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.

MIT License

Downloads
40.9K
Stars
11.4K
Committers
249

Bot releases are visible (Hide)

cvat - v2.7.2: Bugfixes and improvements

Published by azhavoro about 1 year ago

Changed

Fixed

Full Changelog: https://github.com/opencv/cvat/compare/v2.7.1...v2.7.2

cvat - v2.7.1: Fix issues with cloud storage

Published by nmanovic about 1 year ago

[2.7.1] - 2023-09-15

Fixed

Full Changelog: https://github.com/opencv/cvat/compare/v2.7.0...v2.7.1

cvat - v2.7.0: crowdsourcing using Toloka.ai

Published by nmanovic about 1 year ago

Added

Fixed

Security

Full Changelog: https://github.com/opencv/cvat/compare/v2.6.2...v2.7.0

cvat - v2.6.2: Gamma correcton filter, KeyDB with FLASH for data chunk caching

Published by azhavoro about 1 year ago

Added

Changed

Removed

Fixed

Full Changelog: https://github.com/opencv/cvat/compare/v2.6.1...v2.6.2

cvat - v2.6.1: Better frame prefetching, other improvements and bug fixes

Published by azhavoro about 1 year ago

Added

Changed

Fixed

Security

cvat - v2.6.0: Auto-annotation in the SDK, better frame caching

Published by SpecLad about 1 year ago

Added

Changed

Removed

Fixed

  • Corrected an issue where the prebuilt FFmpeg bundled in PyAV was being used instead of the custom build.
  • Fixed the filename for labels in the CamVid format (https://github.com/opencv/cvat/pull/6600)
cvat - v2.5.2: Analytics for Projects, Tasks and Jobs

Published by azhavoro about 1 year ago

Added

Changed

Removed

Fixed

Full Changelog: https://github.com/opencv/cvat/compare/v2.5.1...v2.5.2

cvat - v2.5.1: hotfix for memory leak

Published by azhavoro about 1 year ago

[2.5.1] - 2023-07-19

Fixed

cvat - v2.5.0: Annotation instructions & Quality reports

Published by nmanovic over 1 year ago

Added

Fixed

Security

  • More comprehensive SSRF mitigations were implemented.
    Previously, on task creation it was prohibited to specify remote data URLs
    with hosts that resolved to IP addresses in the private ranges.
    Now, redirects to such URLs are also prohibited.
    In addition, this restriction is now also applied to webhook URLs.
    System administrators can allow or deny custom IP address ranges
    with the SMOKESCREEN_OPTS environment variable.
    (https://github.com/opencv/cvat/pull/6362).

Full Changelog: https://github.com/opencv/cvat/compare/v2.4.9...v2.5.0

cvat - v2.4.9: hotfix for serverless functions

Published by nmanovic over 1 year ago

Fixed

cvat - Release v2.4.8 Hotfix

Published by azhavoro over 1 year ago

[2.4.8] - 2023-06-22

Fixed

Full Changelog: https://github.com/opencv/cvat/compare/v2.4.7...v2.4.8

cvat - v2.4.7: Task quality estimation

Published by azhavoro over 1 year ago

Added

Fixed

cvat - v2.4.6: Uvicorn ASGI server

Published by nmanovic over 1 year ago

Added

Changed

Changed

Fixed

New Contributors

Full Changelog: https://github.com/opencv/cvat/compare/v2.4.5...v2.4.6

cvat - v2.4.5: Django 4.2.x

Published by nmanovic over 1 year ago

[2.4.5] - 2023-06-02

Added

Changed

Deprecated

Fixed

Full Changelog: https://github.com/opencv/cvat/compare/v2.4.4...v2.4.5

cvat - v2.4.4: General improvements in AI assistant

Published by nmanovic over 1 year ago

Added

Changed

Fixed

Full Changelog: https://github.com/opencv/cvat/compare/v2.4.3...v2.4.4

cvat - v2.4.3: Small infrastructure improvements

Published by nmanovic over 1 year ago

Changed

Full Changelog: https://github.com/opencv/cvat/compare/v2.4.2...v2.4.3

cvat - v2.4.2: Segment Anything Model in CVAT

Published by nmanovic over 1 year ago

New Contributors

Full Changelog: https://github.com/opencv/cvat/compare/v2.4.1...v2.4.2

cvat - v2.4.1: Optimized annotations fetching

Published by nmanovic over 1 year ago

Fixed

In this release, we’ve introduced new features based on our vision and suggestions in the CVAT community. Thank you for reaching out and providing us with valuable feedback. Here is the list of features we are shipping in the CVAT v2.4.0

  • Added the grid view and support of the contextual images for 2D and 3D tasks. For more information, see Contextual images.

    3D Cuboids interpolation

  • Added Interpolation for 3D cuboids. Also, annotation can be exported and imported in Datumaro and Supervisely Point Cloud formats.

  • Added Yolo v7 serverless functionally for automated annotation.

  • Collections in server API were redesigned for improved performance.

  • Added simple filters for collection endpoints in API. For example, now you can filter the tasks by username: /tasks?project_id=42&user=myusername

  • Improved analytics and enriched it with the following features: log collection from UI and server, exceptions collection, user activity visualization, aggregation of user and job working time, and log filtering for debugging purposes. Analytics are now based on ClickHouse + Vector + Grafana.

    Advanced analytics

  • Improved the work of the Pytorch adapter also known as the cvat_sdk.pytorch module, which allows you to use a CVAT project or task directly as a PyTorch-compatible dataset, eliminating the need for intermediate representation. For more information, see CVAT SDK Pytorch Adapter.

  • Improved high-level SDK APIs for task data uploading. The default data source is now the local file system. Added an option to wait for data processing to finish after data uploading, the option is turned on by default.

  • Added high-level API for working with organizations. For more information, see High-level API.

New Contributors

Full Changelog: https://github.com/opencv/cvat/compare/v2.3.0...v2.4.0

cvat - v2.3.0: Brush tool, WebHooks, and Social auth

Published by nmanovic almost 2 years ago

In this release, we’ve introduced new features based on our vision and suggestions in the CVAT community, plus addressed more than 20+ reported bugs. Thank you for reaching out and providing us with valuable feedback. Here is the list of features we are shipping:

  • Added the Brush tool to create pixel masks for disjoint objects with multiple parts: a house hiding behind trees, a car behind a pedestrian, or a pillar behind a traffic sign. Read more.

    brush

  • Added Webhooks for Projects and Organizations. Configure them to handle application notifications about changes in a specific project or organization. Read more.

    webhooks

  • Added sorting by Z-Order: farthest from the camera objects go on the top of the list. Now sorted objects have an additional indication on the objects sidebar.

    order

  • Enabled leveraging of NVIDIA GPU for YOLO v5 serverless function. Now you can annotate with YOLO faster.

  • Added social accounts authentication. Now you can log in to CVAT using your social auth accounts:

  • Added email authentication. Now you can authenticate in CVAT with your email instead of login.

    auth

  • Added Propagation backward to the Confirm Propagation widget, now propagation works both ways.

    propagate

New Contributors

Full Changelog: https://github.com/opencv/cvat/compare/v2.2.0...v2.3.0
CHANGELOG.md: https://github.com/opencv/cvat/blob/v2.3.0/CHANGELOG.md