Skip to content

v2.13.0

Compare
Choose a tag to compare
@cvat-bot cvat-bot released this 09 May 08:14
· 21 commits to master since this release
9dcba6a

Added

  • Quality Report calculation will now also include annotation of type Tag. (#7582)

  • Added feature to show tags of GT and manual job in separate row. Tags of GT job have '(GT)' in their name. (#7774)

Changed

  • Analytics reports calculation may be initiated manually instead of automatic scheduling (#7805)

  • Update the Nuclio version and related packages/libraries (#7787)

  • Remove keyframe button is disabled when there is only one keyframe element (#7844)

Removed

  • The mask_rcnn function has been removed because it was using python3.6. In new version of Nuclio python3.6 is no longer supported. Nuclio officially recommends using python3.9. Running mask_rcnn on python3.9 causes errors within the function and package conflicts. (#7787)

Fixed

  • Analytics report calculation fails with timeout because of redundant number of requests to ClickHouse (#7804)

  • Incorrect duration of change:frame event (#7817)

  • Infinite loading cloud storage update page when a lot of cloud storages are available for a user (#7823)

  • Opening update CS page sends infinite requests when CS id does not exist (#7828)

  • Uploading files with TUS immediately failed when one of the requests failed (#7830)

  • Longer analytics report calculation because of inefficient requests to analytics db (#7833)

  • Cannot read properties of undefined (reading 'addClass') (#7834)

  • Fixed exception 'Could not read property length of undefined' when copy/paste a skeleton point (#7843)

  • Task creation from a video file without keyframes allowing for random iteration (#7838)

  • Cannot read property 'annotations' of null when uploading annotations into a job (#7857)

  • Vertical polyline of two points is difficult to select (#7860)

  • Tracked attribute values are lost when moving a task to a project (#7863)

Security

  • Disable the nginx server signature by default to make it slightly harder for attackers to find known vulnerabilities. (#7814)