g
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
This commit is contained in:
parent
0b1987add9
commit
789e61ba11
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user