diff --git a/README.md b/README.md index 63f26ee7ed8..18f0c9545d5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ CVAT is completely re-designed and re-implemented version of [Video Annotation Tool from Irvine, California](http://carlvondrick.com/vatic/) tool. It 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. -![CVAT screenshot](cvat/apps/documentation/static/documentation/images/gif003.gif) +![CVAT screenshot](cvat/apps/documentation/static/documentation/images/cvat.jpg) ## Documentation @@ -11,9 +11,10 @@ CVAT is completely re-designed and re-implemented version of [Video Annotation T ## Screencasts -- [Annotation mode](https://www.youtube.com/watch?v=uSqaQENdyJE) -- [Interpolation mode](https://www.youtube.com/watch?v=sc5X5hvxNfA) -- [Attribute mode](https://www.youtube.com/watch?v=5yXaG0V7X0Q) +- [Annotation mode](https://youtu.be/6h7HxGL6Ct4) +- [Interpolation mode](https://youtu.be/U3MYDhESHo4) +- [Attribute mode](https://youtu.be/UPNfWl8Egd8) +- [Segmentation mode](https://youtu.be/6IJ0QN7PBKo) ## LICENSE @@ -131,7 +132,7 @@ services: CVAT_SHARE_URL: "Mounted from /mnt/share host directory" volumes: cvat_share:/home/django/share:ro - + volumes: cvat_share: driver_opts: @@ -139,4 +140,4 @@ volumes: device: /mnt/share o: bind ``` -You can change the share device path to your actual share. For user convenience we have defined the enviroment variable $CVAT_SHARE_URL. This variable contains a text (url for example) which will be being shown in the client-share browser. +You can change the share device path to your actual share. For user convenience we have defined the enviroment variable $CVAT_SHARE_URL. This variable contains a text (url for example) which will be being shown in the client-share browser. diff --git a/cvat/apps/documentation/static/documentation/images/cvat.jpg b/cvat/apps/documentation/static/documentation/images/cvat.jpg new file mode 100755 index 00000000000..eb512b7da3c Binary files /dev/null and b/cvat/apps/documentation/static/documentation/images/cvat.jpg differ