Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
This commit is contained in:
Pierre Fenoll 2020-10-20 00:26:58 +02:00
parent 0b1987add9
commit 789e61ba11
2 changed files with 0 additions and 10 deletions

View File

@ -128,13 +128,9 @@ cc_test(
":pytorch_converter_calculator",
":pytorch_converter_calculator_cc_proto",
"//mediapipe/framework:calculator_framework",
# "//mediapipe/framework:calculator_runner",
# "//mediapipe/framework/formats:image_format_cc_proto",
"//mediapipe/framework/formats:image_frame",
"//mediapipe/framework/formats:image_frame_opencv",
"//mediapipe/framework/port:gtest_main",
# "//mediapipe/framework/port:integral_types",
"//mediapipe/framework/port:parse_text_proto",
# "//mediapipe/framework/tool:validate_type",
],
)

View File

@ -14,19 +14,13 @@
#include <vector>
// #include "absl/memory/memory.h"
// #include "absl/strings/substitute.h"
#include "mediapipe/calculators/pytorch/pytorch_converter_calculator.pb.h"
#include "mediapipe/framework/calculator_framework.h"
// #include "mediapipe/framework/calculator_runner.h"
// #include "mediapipe/framework/formats/image_format.pb.h"
#include "mediapipe/framework/formats/image_frame.h"
#include "mediapipe/framework/formats/image_frame_opencv.h"
#include "mediapipe/framework/port/gtest.h"
// #include "mediapipe/framework/port/integral_types.h"
#include "mediapipe/framework/port/parse_text_proto.h"
#include "mediapipe/framework/port/status_matchers.h" // NOLINT
// #include "mediapipe/framework/tool/validate_type.h"
#include "torch/torch.h"
namespace mediapipe {