Skip to content

Commit 0db48af

Browse files
authored
Update changelog (#1165)
1 parent 6c2d93e commit 0db48af

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

CHANGELOG.md

+16-10
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [1.0.0.alpha] - 2020-02-XX
88
### 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
1312
- Mask-RCNN Auto Annotation Script in OpenVINO format
1413
- Yolo Auto Annotation Script
1514
- 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
1815
- 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
2118
- Added in OpenVINO Semantic Segmentation for roads
2219
- 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))
2324

2425
### Changed
2526
- page_size parameter for all REST API methods
2627
- React & Redux & Antd based dashboard
2728
- Yolov3 interpretation script fix and changes to mapping.json
29+
- YOLO format support ([#1151](https://github.com/opencv/cvat/pull/1151))
2830

2931
### Deprecated
3032
-
@@ -33,8 +35,12 @@ https://github.com/opencv/cvat/issues/750).
3335
-
3436

3537
### 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)
3844

3945
### Security
4046
-

0 commit comments

Comments
 (0)