@@ -6,25 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ 1.0.0.alpha] - 2020-02-XX
8
8
### Added
9
- - Server only support for projects. Extend REST API v1 (/api/v1/projects* ).
10
- - Ability to [ get basic information about users without admin permissions] (
11
- https://github.com/opencv/cvat/issues/750 ).
12
- - Changed REST API: removed PUT and added DELETE methods for /api/v1/users/ID.
9
+ - Server only support for projects. Extend REST API v1 (/api/v1/projects* )
10
+ - Ability to get basic information about users without admin permissions ([ #750 ] ( https://github.com/opencv/cvat/issues/750 ) )
11
+ - Changed REST API: removed PUT and added DELETE methods for /api/v1/users/ID
13
12
- Mask-RCNN Auto Annotation Script in OpenVINO format
14
13
- Yolo Auto Annotation Script
15
14
- Auto segmentation using Mask_RCNN component (Keras+Tensorflow Mask R-CNN Segmentation)
16
- - Added MOT CSV format support
17
- - Ability to dump/load annotations in LabelMe format from UI
18
15
- REST API to export an annotation task (images + annotations)
19
- - Datumaro is an experimental framework to build, analyze, debug and visualize datasets for DL algorithms
20
- - Text Detection Auto Annoation Script in OpenVINO format for version 4
16
+ - [ Datumaro] ( https://github.com/opencv/cvat/tree/develop/datumaro ) - a framework to build, analyze, debug and visualize datasets
17
+ - Text Detection Auto Annotation Script in OpenVINO format for version 4
21
18
- Added in OpenVINO Semantic Segmentation for roads
22
19
- Ability to visualize labels when using Auto Annotation runner
20
+ - MOT CSV format support ([ #830 ] ( https://github.com/opencv/cvat/pull/830 ) )
21
+ - LabelMe format support ([ #844 ] ( https://github.com/opencv/cvat/pull/844 ) )
22
+ - Segmentation MASK format import (as polygons) ([ #1163 ] ( https://github.com/opencv/cvat/pull/1163 ) )
23
+ - Git repositories can be specified with IPv4 address ([ #827 ] ( https://github.com/opencv/cvat/pull/827 ) )
23
24
24
25
### Changed
25
26
- page_size parameter for all REST API methods
26
27
- React & Redux & Antd based dashboard
27
28
- Yolov3 interpretation script fix and changes to mapping.json
29
+ - YOLO format support ([ #1151 ] ( https://github.com/opencv/cvat/pull/1151 ) )
28
30
29
31
### Deprecated
30
32
-
@@ -33,8 +35,12 @@ https://github.com/opencv/cvat/issues/750).
33
35
-
34
36
35
37
### Fixed
36
- - [ Mask problem on coco json style] ( https://github.com/opencv/cvat/issues/718 )
37
- - [ Exception in Git plugin] ( https://github.com/opencv/cvat/issues/826 )
38
+ - Exception in Git plugin [ #826 ] ( https://github.com/opencv/cvat/issues/826 )
39
+ - Label ids in TFrecord format now start from 1 [ #866 ] ( https://github.com/opencv/cvat/issues/866 )
40
+ - Mask problem in COCO JSON style [ #718 ] ( https://github.com/opencv/cvat/issues/718 )
41
+ - Datasets (or tasks) can be joined and split to subsets with Datumaro [ #791 ] ( https://github.com/opencv/cvat/issues/791 )
42
+ - Output labels for VOC format can be specified with Datumaro [ #942 ] ( https://github.com/opencv/cvat/issues/942 )
43
+ - Annotations can be filtered before dumping with Datumaro [ #994 ] ( https://github.com/opencv/cvat/issues/994 )
38
44
39
45
### Security
40
46
-
0 commit comments