From 06af0733477dbcddc6e144022b991bba24cf7e19 Mon Sep 17 00:00:00 2001 From: Nikita Manovich <40690625+nmanovic@users.noreply.github.com> Date: Wed, 26 Dec 2018 18:13:43 +0300 Subject: [PATCH] Added a couple of more items into changelog (#250) --- CHANGELOG.md | 24 ++++++++++++++++++++---- README.md | 1 + 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62cfc183a1..3a4432c8641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2018-12-29 ### Added - Ability to copy Object URL and Frame URL via object context menu and player context menu respectively. - Ability to change opacity for selected shape with help "Selected Fill Opacity" slider. @@ -12,21 +12,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ability to draw/change polyshapes (except for points) by slip method. Just press ENTER and moving a cursor. - Ability to switch lock/hide properties via label UI element (in right menu) for all objects with same label. - Shortcuts for outside/keyframe properties -- OpenVINO for accelerated model inference +- Support of Intel OpenVINO for accelerated model inference - Tensorflow annotation now works without CUDA. It can use CPU only. OpenVINO and CUDA are supported optionally. -- Incremental saving, client ID field for all annotated objects. +- Incremental saving of annotations. +- Tutorial for using polygons (screencast) +- Silk profiler to improve development process +- Admin panel can be used to edit labels and attributes for annotation tasks +- Analytics component to manage a data annotation team, monitor exceptions, collect client and server logs +- Changeable job and task statuses (annotation, validation, completed). A job status can be changed manually, a task status is computed automatically based on job statuses (#153) +- Backlink to a task from its job annotation view (#156) +- Buttons lock/hide for labels. They work for all objects with the same label on a current frame (#116) ### Changed - Polyshape editing method has been improved. You can redraw part of shape instead of points cloning. - Unified shortcut (Esc) for close any mode instead of different shortcuts (Alt+N, Alt+G, Alt+M etc.). - Dump file contains information about data source (e.g. video name, archive name, ...) - Update requests library due to https://nvd.nist.gov/vuln/detail/CVE-2018-18074 -- Per task/job permissions to create/access/change/delete tasks and annotations +- Per task/job permissions to create/access/change/delete tasks and annotations +- Documentation was improved +- Timeout for creating tasks was increased (from 1h to 4h) (#136) +- Drawing has become more convenience. Now it is possible to draw outside an image. Shapes will be automatically truncated after drawing process (#202) ### Fixed - Performance bottleneck has been fixed during you create new objects (draw, copy, merge etc). - Label UI elements aren't updated after changelabel. - Attribute annotation mode can use invalid shape position after resize or move shapes. +- Labels order is preserved now (#242) +- Uploading large XML files (#123) +- Django vulnerability (#121) +- Grammatical cleanup of README.md (#107) +- Dashboard loading has been accelerated (#156) +- Text drawing outside of a frame in some cases (#202) ## [0.2.0] - 2018-09-28 ### Added diff --git a/README.md b/README.md index 34d1cfc6789..513b6de94bd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ CVAT is completely re-designed and re-implemented version of [Video Annotation T - [Interpolation mode](https://youtu.be/U3MYDhESHo4) - [Attribute mode](https://youtu.be/UPNfWl8Egd8) - [Segmentation mode](https://youtu.be/6IJ0QN7PBKo) +- [Tutorial for polygons](https://www.youtube.com/watch?v=XTwfXDh4clI) ## LICENSE