diff --git a/README.md b/README.md index 962f473f..2ccce92d 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.