From b260661ae375ad5e34aab1b8d377ec4093cec42e Mon Sep 17 00:00:00 2001 From: hustfyb Date: Thu, 18 Feb 2021 21:28:30 +0800 Subject: [PATCH 1/5] Update CHANGELOG.md (#2822) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7d64524aa..1c6e8a0483a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.2.0] - 2020-01-08 +## [1.2.0] - 2021-01-08 ### Fixed From bc65d9d0f5f62bb9088da678198476538f1fdd3f Mon Sep 17 00:00:00 2001 From: Mingxin Zheng Date: Sun, 21 Feb 2021 15:24:17 -0500 Subject: [PATCH 2/5] fix guide to reflect the path changes #2843 --- 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 1c6e8a0483a..34b5aeef8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extra shapes are drawn after Esc, or G pressed while drawing a region in grouping () - Reset state (reviews, issues) after logout or changing a job () - TypeError: Cannot read property 'id' of undefined when updating a task () +- Cannot find Python when deploying models through nuclio if steps are strictly followed in Installation_Automatic_Annotation.md ## [1.2.0-alpha] - 2020-11-09 diff --git a/cvat/apps/documentation/installation_automatic_annotation.md b/cvat/apps/documentation/installation_automatic_annotation.md index e3343211ffd..9941cbae1c5 100644 --- a/cvat/apps/documentation/installation_automatic_annotation.md +++ b/cvat/apps/documentation/installation_automatic_annotation.md @@ -35,14 +35,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 ``` **Note:** From 1a4342604fab862338263b2579702985288fe44f Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Fri, 26 Feb 2021 11:04:29 +0300 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83546923b3..7f456cf7b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,7 +109,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extra shapes are drawn after Esc, or G pressed while drawing a region in grouping () - Reset state (reviews, issues) after logout or changing a job () - TypeError: Cannot read property 'id' of undefined when updating a task () -- Cannot find Python when deploying models through nuclio if steps are strictly followed in Installation_Automatic_Annotation.md ## [1.2.0-alpha] - 2020-11-09 From 6157ea36a9130bdff4e46cc5bafb1ea98c8d35f7 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Fri, 26 Feb 2021 11:05:05 +0300 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f456cf7b91..33e88c16eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cannot find Python when deploying models through nuclio if steps are strictly followed in Installation_Automatic_Annotation.md () - Fixed of receiving function variable () - ### Security - From 15f62424ca1bd853fe10b2844e5437249d9c052d Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Fri, 26 Feb 2021 11:07:40 +0300 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e88c16eec..272042f77e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +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 () -- Cannot find Python when deploying models through nuclio if steps are strictly followed in Installation_Automatic_Annotation.md () +- Updated the path to python for DL models inside automatic annotation documentation () - Fixed of receiving function variable () ### Security