Skip to content

Commit 051385c

Browse files
authored
Merge branch 'develop' into zm/z-order-fix
2 parents bae042f + 485bc8d commit 051385c

38 files changed

+110
-50
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Ability to configure user agreements for the user registration form (https://github.com/opencv/cvat/pull/1464)
1212
- Added cuboid interpolation and cuboid drawing from rectangles (<https://github.com/opencv/cvat/pull/1560>)
1313
- Ability to configure custom pageViewHit, which can be useful for web analytics integration (https://github.com/opencv/cvat/pull/1566)
14+
- Ability to configure access to the analytics page based on roles (https://github.com/opencv/cvat/pull/1592)
1415

1516
### Changed
1617
- Downloaded file name in annotations export became more informative (https://github.com/opencv/cvat/pull/1352)
@@ -54,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5455
- Fixed an error when exporting a task with cuboids to any format except CVAT (<https://github.com/opencv/cvat/pull/1577>)
5556
- Synchronization with remote git repo (<https://github.com/opencv/cvat/pull/1582>)
5657
- A problem with mask to polygons conversion when polygons are too small (<https://github.com/opencv/cvat/pull/1581>)
58+
- Unable to upload video with uneven size (<https://github.com/opencv/cvat/pull/1594>)
5759
- Fixed an issue with `z_order` having no effect on segmentations (<https://github.com/opencv/cvat/pull/1589>)
5860

5961
### Security

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CVAT is free, online, interactive video and image annotation
1111
tool for computer vision. It is being used by our team to
1212
annotate million of objects with different properties. Many UI
1313
and UX decisions are based on feedbacks from professional data annotation team.
14+
Try it online [cvat.org](https://cvat.org).
1415

1516
![CVAT screenshot](cvat/apps/documentation/static/documentation/images/cvat.jpg)
1617

@@ -60,15 +61,19 @@ via its command line tool and Python library.
6061
- [Intel Software: Computer Vision Annotation Tool: A Universal Approach to Data Annotation](https://software.intel.com/en-us/articles/computer-vision-annotation-tool-a-universal-approach-to-data-annotation)
6162
- [VentureBeat: Intel open-sources CVAT, a toolkit for data labeling](https://venturebeat.com/2019/03/05/intel-open-sources-cvat-a-toolkit-for-data-labeling/)
6263

63-
## Online Demo
64+
## Online demo: [cvat.org](https://cvat.org)
6465

65-
[Onepanel](https://www.onepanel.io/) has added CVAT as an environment
66-
into their platform and a running demo of CVAT can be accessed at
67-
[CVAT Public Demo](https://c.onepanel.io/onepanel-demo/projects/cvat-public-demo/workspaces?utm_source=cvat).
66+
This is an online demo with the latest version of the annotation tool.
67+
Try it online without local installation. Only own or assigned tasks
68+
are visible to users.
6869

69-
If you have any questions, please contact Onepanel directly at
70-
[email protected]. If you are in the Onepanel application, you can also
71-
use the chat icon in the bottom right corner.
70+
Disabled features:
71+
- [Analytics: management and monitoring of data annotation team](/components/analytics/README.md)
72+
- [Support for NVIDIA GPUs](/components/cuda/README.md)
73+
74+
Limitations:
75+
- No more than 10 tasks per user
76+
- Uploaded data is limited to 500Mb
7277

7378
## REST API
7479

Binary file not shown.
Loading
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.
Loading

0 commit comments

Comments
 (0)