You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ script:
20
20
# FIXME: Git package and application name conflict in PATH and try to leave only one python test execution
21
21
- docker-compose -f docker-compose.yml -f docker-compose.ci.yml run cvat_ci /bin/bash -c 'coverage run -a manage.py test cvat/apps && coverage run -a manage.py test --pattern="_test*.py" cvat/apps/dataset_manager/tests cvat/apps/engine/tests utils/cli && coverage run -a manage.py test datumaro/ && mv .coverage ${CONTAINER_COVERAGE_DATA_DIR}'
22
22
- docker-compose -f docker-compose.yml -f docker-compose.ci.yml run cvat_ci /bin/bash -c 'cd cvat-data && npm install && cd ../cvat-core && npm install && npm run test && coveralls-lcov -v -n ./reports/coverage/lcov.info > ${CONTAINER_COVERAGE_DATA_DIR}/coverage.json'
23
+
# Run cypress tests
24
+
- docker-compose -f docker-compose.yml -f docker-compose.ci.yml run cvat_ci /bin/bash -c 'cd ~/tests && ./node_modules/.bin/cypress run --headless --browser chrome --config-file=cypress_ci.json'
-`COCO` format does not convert bboxes to polygons on export (<https://github.com/opencv/cvat/pull/1953>)
21
+
- It is impossible to submit a DL model in OpenVINO format using UI. Now you can deploy new models on the server using serverless functions (<https://github.com/opencv/cvat/pull/1767>)
22
+
- Files and folders under share path are now alphabetically sorted
13
23
14
24
### Deprecated
15
25
-
16
26
17
27
### Removed
18
-
-
28
+
- Removed OpenVINO and CUDA components because they are not necessary anymore (<https://github.com/opencv/cvat/pull/1767>)
19
29
20
30
### Fixed
21
31
- Some objects aren't shown on canvas sometimes. For example after propagation on of objects is invisible (<https://github.com/opencv/cvat/pull/1834>)
32
+
- CVAT doesn't offer to restore state after an error (<https://github.com/opencv/cvat/pull/1874>)
33
+
- Cannot read property 'shapeType' of undefined because of zOrder related issues (<https://github.com/opencv/cvat/pull/1874>)
34
+
- Cannot read property 'pinned' of undefined because of zOrder related issues (<https://github.com/opencv/cvat/pull/1874>)
35
+
- Do not iterate over hidden objects in aam (which are invisible because of zOrder) (<https://github.com/opencv/cvat/pull/1874>)
36
+
- Cursor position is reset after changing a text field (<https://github.com/opencv/cvat/pull/1874>)
37
+
- Hidden points and cuboids can be selected to be groupped (<https://github.com/opencv/cvat/pull/1874>)
38
+
-`outside` annotations should not be in exported images (<https://github.com/opencv/cvat/issues/1620>)
39
+
-`CVAT for video format` import error with interpolation (<https://github.com/opencv/cvat/issues/1893>)
- Clearing frame cache when close a task (<https://github.com/opencv/cvat/pull/1966>)
22
48
23
49
### Security
24
50
-
@@ -47,7 +73,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
73
- Added new tag annotation workspace (<https://github.com/opencv/cvat/pull/1570>)
48
74
- Appearance block in attribute annotation mode (<https://github.com/opencv/cvat/pull/1820>)
49
75
- Keyframe navigations and some switchers in attribute annotation mode (<https://github.com/opencv/cvat/pull/1820>)
50
-
-[Datumaro] Dataset quality estimation with a model (https://github.com/opencv/cvat/pull/1668)
76
+
-[Datumaro] Added `convert` command to convert datasets directly (<https://github.com/opencv/cvat/pull/1837>)
77
+
-[Datumaro] Added an option to specify image extension when exporting datasets (<https://github.com/opencv/cvat/pull/1799>)
78
+
-[Datumaro] Added image copying when exporting datasets, if possible (<https://github.com/opencv/cvat/pull/1799>)
51
79
52
80
### Changed
53
81
- Removed information about e-mail from the basic user information (<https://github.com/opencv/cvat/pull/1627>)
@@ -58,12 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
86
- Added support for attributes in VOC XML format (https://github.com/opencv/cvat/pull/1792)
59
87
- Added annotation attributes in COCO format (https://github.com/opencv/cvat/pull/1782)
60
88
- Colorized object items in the side panel (<https://github.com/opencv/cvat/pull/1753>)
61
-
62
-
### Deprecated
63
-
-
64
-
65
-
### Removed
66
-
-
89
+
-[Datumaro] Annotation-less files are not generated anymore in COCO format, unless tasks explicitly requested (<https://github.com/opencv/cvat/pull/1799>)
67
90
68
91
### Fixed
69
92
- Problem with exported frame stepped image task (<https://github.com/opencv/cvat/issues/1613>)
@@ -83,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83
106
- Annotations aren't updated after reopening a task (<https://github.com/opencv/cvat/pull/1753>)
84
107
- Labels aren't updated after reopening a task (<https://github.com/opencv/cvat/pull/1753>)
85
108
- Canvas isn't fitted after collapsing side panel in attribute annotation mode (<https://github.com/opencv/cvat/pull/1753>)
109
+
- Error when interpolating polygons (<https://github.com/opencv/cvat/pull/1878>)
86
110
87
111
### Security
88
112
- SQL injection in Django `CVE-2020-9402` (<https://github.com/opencv/cvat/pull/1657>)
0 commit comments