@@ -67,45 +67,46 @@ Tracks can be exported/imported to/from Datumaro and Sly Pointcloud formats (<ht
67
67
68
68
### Fixed
69
69
- Helm: Empty password for Redis (< https://github.com/opencv/cvat/pull/5520 > )
70
- - Fixed HRNet serverless function runtime error on images with alpha channel (< https://github.com/opencv/cvat/pull/5570 > )
71
- - Preview & chunk cache settings are ignored (< https://github.com/opencv/cvat/pull/5569 > )
72
- - Export annotations to Azure container (< https://github.com/opencv/cvat/pull/5596 > )
73
- - Fix the type of the credentials parameter of make_client from the Python SDK
74
- - Reduced number of noisy information on ortho views for 3D canvas (< https://github.com/opencv/cvat/pull/5608 > )
75
- - Clean up disk space after a project is removed (< https://github.com/opencv/cvat/pull/5632 > , < https://github.com/opencv/cvat/pull/5752 > )
76
- - Submit button is locked while file is not selected when importing a dataset (< https://github.com/opencv/cvat/pull/5757 > )
77
- - \[ Server API\] Various errors in the generated schema (< https://github.com/opencv/cvat/pull/5575 > )
78
- - Fixed freezing browser when request a job by NaN id (< https://github.com/opencv/cvat/pull/5763 > )
79
- - SiamMask and TransT serverless functions (< https://github.com/opencv/cvat/pull/5658 > )
80
- - Сreating a project or task with the same labels (< https://github.com/opencv/cvat/pull/5700 > )
81
- - \[ Server API\] Ability to rename label to an existing name (< https://github.com/opencv/cvat/pull/5662 > )
82
- - Moving a task to a project leads to reset of attributes (< https://github.com/opencv/cvat/pull/5764 > )
83
- - Parsing skeleton sublabels containing spaces results in an error in dataset export (< https://github.com/opencv/cvat/pull/5794 > )
84
- - Missing CVAT_BASE_URL in docker-compose.yml (< https://github.com/opencv/cvat/pull/5792 > )
70
+ - Resolved HRNet serverless function runtime error on images with an alpha channel (< https://github.com/opencv/cvat/pull/5570 > )
71
+ - Addressed ignored preview & chunk cache settings (< https://github.com/opencv/cvat/pull/5569 > )
72
+ - Fixed exporting annotations to Azure container (< https://github.com/opencv/cvat/pull/5596 > )
73
+ - Corrected the type of the credentials parameter of ` make_client ` in the Python SDK
74
+ - Reduced noisy information in ortho views for 3D canvas (< https://github.com/opencv/cvat/pull/5608 > )
75
+ - Cleared disk space after project removal (< https://github.com/opencv/cvat/pull/5632 > , < https://github.com/opencv/cvat/pull/5752 > )
76
+ - Locked submit button when file is not selected during dataset import (< https://github.com/opencv/cvat/pull/5757 > )
77
+ - \[ Server API\] Various errors in the generated schema (< https://github.com/opencv/cvat/pull/5575 > )
78
+ - Resolved browser freezing when requesting a job with NaN id (< https://github.com/opencv/cvat/pull/5763 > )
79
+ - Fixed SiamMask and TransT serverless functions (< https://github.com/opencv/cvat/pull/5658 > )
80
+ - Addressed creation of a project or task with the same labels (< https://github.com/opencv/cvat/pull/5700 > )
81
+ - \[ Server API\] Fixed ability to rename label to an existing name (< https://github.com/opencv/cvat/pull/5662 > )
82
+ - Resolved issue of resetting attributes when moving a task to a project (< https://github.com/opencv/cvat/pull/5764 > )
83
+ - Fixed error in dataset export when parsing skeleton sublabels containing spaces (< https://github.com/opencv/cvat/pull/5794 > )
84
+ - Added missing ` CVAT_BASE_URL ` in docker-compose.yml (< https://github.com/opencv/cvat/pull/5792 > )
85
85
86
86
### Security
87
87
- Fixed vulnerability with social authentication (< https://github.com/opencv/cvat/pull/5521 > )
88
88
89
89
## \[ 2.3.0] - 2022-12-22
90
90
### Added
91
- - SDK section in docs (< https://github.com/opencv/cvat/pull/4928 > )
92
- - An option to enable or disable host certificate checking in CLI (< https://github.com/opencv/cvat/pull/4928 > )
91
+ - SDK section in documentation (< https://github.com/opencv/cvat/pull/4928 > )
92
+ - Option to enable or disable host certificate checking in CLI (< https://github.com/opencv/cvat/pull/4928 > )
93
93
- REST API tests with skeletons (< https://github.com/opencv/cvat/pull/4987 > )
94
94
- Host schema auto-detection in SDK (< https://github.com/opencv/cvat/pull/4910 > )
95
95
- Server compatibility checks in SDK (< https://github.com/opencv/cvat/pull/4935 > )
96
- - Objects sorting option in the sidebar, by z order. Additional visualization when the sorting is applied
96
+ - Objects sorting option in the sidebar, by z- order. Additional visualization when sorting is applied
97
97
(< https://github.com/opencv/cvat/pull/5145 > )
98
- - Added YOLOv5 serverless function NVIDIA GPU support (< https://github.com/opencv/cvat/pull/4960 > )
99
- - Mask tools are supported now (brush, eraser, polygon-plus, polygon-minus, returning masks
100
- from online detectors & interactors) (< https://github.com/opencv/cvat/pull/4543 > )
98
+ - Added YOLOv5 serverless function with NVIDIA GPU support (< https://github.com/opencv/cvat/pull/4960 > )
99
+ - Mask tools now supported (brush, eraser, polygon-plus,
100
+ polygon-minus, returning masks from online detectors & interactors)
101
+ (< https://github.com/opencv/cvat/pull/4543 > )
101
102
- Added Webhooks (< https://github.com/opencv/cvat/pull/4863 > )
102
- - Authentication with social accounts google & github (< https://github.com/opencv/cvat/pull/5147 > , < https://github.com/opencv/cvat/pull/5181 > , < https://github.com/opencv/cvat/pull/5295 > )
103
- - REST API tests to export job datasets & annotations and validate their structure (< https://github.com/opencv/cvat/pull/5160 > )
104
- - Propagation backward on UI (< https://github.com/opencv/cvat/pull/5355 > )
103
+ - Authentication with social accounts: Google & GitHub (< https://github.com/opencv/cvat/pull/5147 > , < https://github.com/opencv/cvat/pull/5181 > , < https://github.com/opencv/cvat/pull/5295 > )
104
+ - REST API tests for exporting job datasets & annotations and validating their structure (< https://github.com/opencv/cvat/pull/5160 > )
105
+ - Backward propagation on UI (< https://github.com/opencv/cvat/pull/5355 > )
105
106
- Keyboard shortcut to delete a frame (Alt + Del) (< https://github.com/opencv/cvat/pull/5369 > )
106
- - A PyTorch dataset adapter layer in the SDK
107
- (< https://github.com/opencv/cvat/pull/5417 > )
108
- - A way to debug the server deployed with Docker (< https://github.com/opencv/cvat/issues/5327 > )
107
+ - PyTorch dataset adapter layer in the SDK
108
+ (< https://github.com/opencv/cvat/pull/5417 > )
109
+ - Method for debugging the server deployed with Docker (< https://github.com/opencv/cvat/issues/5327 > )
109
110
110
111
### Changed
111
112
- ` api/docs ` , ` api/swagger ` , ` api/schema ` , ` server/about ` endpoints now allow unauthorized access (< https://github.com/opencv/cvat/pull/4928 > , < https://github.com/opencv/cvat/pull/4935 > )
@@ -114,7 +115,7 @@ from online detectors & interactors) (<https://github.com/opencv/cvat/pull/4543>
114
115
- Allowed trailing slashes in the SDK host address (< https://github.com/opencv/cvat/pull/5057 > )
115
116
- Adjusted initial camera position, enabled 'Reset zoom' option for 3D canvas (< https://github.com/opencv/cvat/pull/5395 > )
116
117
- Enabled authentication via email (< https://github.com/opencv/cvat/pull/5037 > )
117
- - Unify error handling with the cloud storage (< https://github.com/opencv/cvat/pull/5389 > )
118
+ - Unified error handling with the cloud storage (< https://github.com/opencv/cvat/pull/5389 > )
118
119
- In the SDK, functions taking paths as strings now also accept path-like objects
119
120
(< https://github.com/opencv/cvat/pull/5435 > )
120
121
0 commit comments