From 45a0530facf024e14a596c373babb38768069c28 Mon Sep 17 00:00:00 2001 From: Mingxin Zheng <18563433+waterfall414@users.noreply.github.com> Date: Fri, 26 Feb 2021 03:08:27 -0500 Subject: [PATCH] Fix auto annotation doc ##2843 (#2847) Co-authored-by: Nikita Manovich Co-authored-by: hustfyb Co-authored-by: Mingxin Zheng --- CHANGELOG.md | 1 + cvat/apps/documentation/installation_automatic_annotation.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 690e7a7eb7dc..272042f77e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed cuboid perpective change () - Annotation page popups (ai tools, drawing) reset state after detecting, tracking, drawing () - Polygon editing using trailing point () +- Updated the path to python for DL models inside automatic annotation documentation () - Fixed of receiving function variable () ### Security diff --git a/cvat/apps/documentation/installation_automatic_annotation.md b/cvat/apps/documentation/installation_automatic_annotation.md index 8b69fa53f6de..1410876f9ca0 100644 --- a/cvat/apps/documentation/installation_automatic_annotation.md +++ b/cvat/apps/documentation/installation_automatic_annotation.md @@ -37,14 +37,14 @@ ```bash nuctl deploy --project-name cvat \ --path serverless/openvino/dextr/nuclio \ - --volume `pwd`/serverless/openvino/common:/opt/nuclio/common \ + --volume `pwd`/serverless/common:/opt/nuclio/common \ --platform local ``` ```bash nuctl deploy --project-name cvat \ --path serverless/openvino/omz/public/yolo-v3-tf/nuclio \ - --volume `pwd`/serverless/openvino/common:/opt/nuclio/common \ + --volume `pwd`/serverless/common:/opt/nuclio/common \ --platform local ```