forked from cvat-ai/cvat
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated Online Demo section of Readme (cvat-ai#1588)
* updated Online Demo section of Readme * Change content of "online demo" section Co-authored-by: Nikita Manovich <[email protected]>
- Loading branch information
1 parent
5790ae3
commit baa7a94
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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,15 +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) | ||
|
||
[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 with the latest version of the annotation tool. | ||
Try it online without local installation. Only own or assigned tasks | ||
are visible to users. | ||
|
||
If you have any questions, please contact Onepanel directly at | ||
[email protected]. If you are in the Onepanel application, you can also | ||
use the chat icon in the bottom right corner. | ||
Disabled features: | ||
- [Analytics: management and monitoring of data annotation team](/components/analytics/README.md) | ||
- [Support for NVIDIA GPUs](/components/cuda/README.md) | ||
|
||
Limitations: | ||
- No more than 10 tasks per user | ||
- Uploaded data is limited to 500Mb | ||
|
||
## REST API | ||
|
||
|