From 705b9f172d62195559071940c81bd5f710ba7a49 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Fri, 22 May 2020 16:37:07 +0300 Subject: [PATCH 1/2] updated Online Demo section of Readme --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ccbebd4c42b3..6c99cfda69e9 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,17 @@ via its command line tool and Python library. ## Online Demo -[Onepanel](https://www.onepanel.io/) has added CVAT as an environment -into their platform and a running demo of CVAT can be accessed at -[CVAT Public Demo](https://c.onepanel.io/onepanel-demo/projects/cvat-public-demo/workspaces?utm_source=cvat). +This is an online demo for users to try the latest version of CVAT. +### [cvat.org](https://cvat.org) +This demo is designed to give you an understanding of the features and capabilities within CVAT without installation. -If you have any questions, please contact Onepanel directly at -support@onepanel.io. If you are in the Onepanel application, you can also -use the chat icon in the bottom right corner. +The following functions are disabled in the online demo +- Analytics +- Cuda support + +User limitations: +- No more than 10 tasks for each user +- The maximum size of the uploaded data is 500Mb ## REST API From 8fec6a67ce80bc3e058ba875a78f7fa355a25044 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Fri, 22 May 2020 22:32:10 +0300 Subject: [PATCH 2/2] Change content of "online demo" section --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6c99cfda69e9..c1c9ac2ee52d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ CVAT is free, online, interactive video and image annotation tool for computer vision. It is being used by our team to annotate million of objects with different properties. Many UI and UX decisions are based on feedbacks from professional data annotation team. +Try it online [cvat.org](https://cvat.org). ![CVAT screenshot](cvat/apps/documentation/static/documentation/images/cvat.jpg) @@ -60,19 +61,19 @@ via its command line tool and Python library. - [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) - [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/) -## Online Demo +## Online demo: [cvat.org](https://cvat.org) -This is an online demo for users to try the latest version of CVAT. -### [cvat.org](https://cvat.org) -This demo is designed to give you an understanding of the features and capabilities within CVAT without installation. +This is an online demo with the latest version of the annotation tool. +Try it online without local installation. Only own or assigned tasks +are visible to users. -The following functions are disabled in the online demo -- Analytics -- Cuda support +Disabled features: +- [Analytics: management and monitoring of data annotation team](/components/analytics/README.md) +- [Support for NVIDIA GPUs](/components/cuda/README.md) -User limitations: -- No more than 10 tasks for each user -- The maximum size of the uploaded data is 500Mb +Limitations: +- No more than 10 tasks per user +- Uploaded data is limited to 500Mb ## REST API