From d2e4ee4d023eb43ffad5d65bc3a8ab07340153e1 Mon Sep 17 00:00:00 2001 From: Roberto Villalba Date: Sun, 18 Apr 2021 00:20:37 -0400 Subject: [PATCH] Update installation_automatic_annotation.md (#3099) Fix GPU example commands --- cvat/apps/documentation/installation_automatic_annotation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cvat/apps/documentation/installation_automatic_annotation.md b/cvat/apps/documentation/installation_automatic_annotation.md index 1410876f..3203f96d 100644 --- a/cvat/apps/documentation/installation_automatic_annotation.md +++ b/cvat/apps/documentation/installation_automatic_annotation.md @@ -60,10 +60,10 @@ ```bash nuctl deploy --project-name cvat \ - --path `pwd`/tensorflow/matterport/mask_rcnn/nuclio \ + --path serverless/tensorflow/matterport/mask_rcnn/nuclio \ --platform local --base-image tensorflow/tensorflow:1.15.5-gpu-py3 \ --desc "GPU based implementation of Mask RCNN on Python 3, Keras, and TensorFlow." \ - --image cvat/tf.matterport.mask_rcnn_gpu + --image cvat/tf.matterport.mask_rcnn_gpu \ --triggers '{"myHttpTrigger": {"maxWorkers": 1}}' \ --resource-limit nvidia.com/gpu=1 ```