From 557ecad061ba942914a11c68b953a981d694e45b Mon Sep 17 00:00:00 2001 From: bsekachev Date: Thu, 27 Dec 2018 13:22:56 +0300 Subject: [PATCH] Updated README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 962f473fe80a..2ccce92d12ab 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,12 @@ docker-compose -f docker-compose.yml -f components/cuda/docker-compose.cuda.yml docker-compose -f docker-compose.yml -f components/cuda/docker-compose.cuda.yml -f components/openvino/docker-compose.openvino.yml up -d ``` -For details please see [components section](components/README.md). +### Additional optional components + +- [Support for Intel OpenVINO: auto annotation](components/openvino/README.md) +- [Analytics: management and monitoring of data annotation team](components/analytics/README.md) +- [TF Object Detection API: auto annotation](components/tf_annotation/README.md) +- [Support for NVIDIA GPUs](components/cuda/README.md) ### Create superuser account @@ -126,13 +131,6 @@ volumes: ``` 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. -### Additional optional components - -- [Support for Intel OpenVINO: auto annotation](components/openvino/README.md) -- [Analytics: management and monitoring of data annotation team](components/analytics/README.md) -- [TF Object Detection API: auto annotation](components/tf_annotation/README.md) -- [Support for NVIDIA GPUs](components/cuda/README.md) - ## Questions CVAT usage related questions or unclear concepts can be posted in our [Gitter chat](https://gitter.im/opencv-cvat) for **quick replies** from contributors and other users.