From 98efaed723c597c9daa9256913d78af8ae636110 Mon Sep 17 00:00:00 2001 From: liuyulvv Date: Fri, 12 Aug 2022 10:01:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mediapipe/calculators/tensor/inference_calculator.cc | 1 - mediapipe/calculators/tensor/inference_calculator.proto | 1 - 2 files changed, 2 deletions(-) diff --git a/mediapipe/calculators/tensor/inference_calculator.cc b/mediapipe/calculators/tensor/inference_calculator.cc index e0a176c1c..fa287f39f 100644 --- a/mediapipe/calculators/tensor/inference_calculator.cc +++ b/mediapipe/calculators/tensor/inference_calculator.cc @@ -67,7 +67,6 @@ public: for (const auto& suffix : impls) { const auto impl = absl::StrCat("InferenceCalculator", suffix); if (!mediapipe::CalculatorBaseRegistry::IsRegistered(impl)) { - LOG(INFO) << impl; continue; } CalculatorGraphConfig::Node impl_node = subgraph_node; diff --git a/mediapipe/calculators/tensor/inference_calculator.proto b/mediapipe/calculators/tensor/inference_calculator.proto index 8d6d426b2..ca44b16ea 100644 --- a/mediapipe/calculators/tensor/inference_calculator.proto +++ b/mediapipe/calculators/tensor/inference_calculator.proto @@ -169,5 +169,4 @@ message InferenceCalculatorOptions { // NOTE: use_gpu/use_nnapi are ignored if specified. (Delegate takes // precedence over use_* deprecated options.) optional Delegate delegate = 5; - optional string landmark_path = 6; }