From f4b240846ad543416c5bb3c9b150989ea3a302af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wawrzy=C5=84ski?= Date: Mon, 17 Apr 2023 15:19:12 +0200 Subject: [PATCH] Revert changes to config.pbtxt in Part1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adam WawrzyƄski --- Conceptual_Guide/Part_1-model_deployment/README.md | 6 +++--- .../model_repository/text_detection/config.pbtxt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Conceptual_Guide/Part_1-model_deployment/README.md b/Conceptual_Guide/Part_1-model_deployment/README.md index 5efbc944..dd980825 100644 --- a/Conceptual_Guide/Part_1-model_deployment/README.md +++ b/Conceptual_Guide/Part_1-model_deployment/README.md @@ -181,21 +181,21 @@ input [ { name: "input_images:0" data_type: TYPE_FP32 - dims: [ -1, -1, 3 ] + dims: [ -1, -1, -1, 3 ] } ] output [ { name: "feature_fusion/Conv_7/Sigmoid:0" data_type: TYPE_FP32 - dims: [ -1, -1, 1 ] + dims: [ -1, -1, -1, 1 ] } ] output [ { name: "feature_fusion/concat_3:0" data_type: TYPE_FP32 - dims: [ -1, -1, 5 ] + dims: [ -1, -1, -1, 5 ] } ] ``` diff --git a/Conceptual_Guide/Part_1-model_deployment/model_repository/text_detection/config.pbtxt b/Conceptual_Guide/Part_1-model_deployment/model_repository/text_detection/config.pbtxt index 8fa41ddc..c16ed662 100755 --- a/Conceptual_Guide/Part_1-model_deployment/model_repository/text_detection/config.pbtxt +++ b/Conceptual_Guide/Part_1-model_deployment/model_repository/text_detection/config.pbtxt @@ -31,20 +31,20 @@ input [ { name: "input_images:0" data_type: TYPE_FP32 - dims: [ -1, -1, 3 ] + dims: [ -1, -1, -1, 3 ] } ] output [ { name: "feature_fusion/Conv_7/Sigmoid:0" data_type: TYPE_FP32 - dims: [ -1, -1, 1 ] + dims: [ -1, -1, -1, 1 ] } ] output [ { name: "feature_fusion/concat_3:0" data_type: TYPE_FP32 - dims: [ -1, -1, 5 ] + dims: [ -1, -1, -1, 5 ] } ]