From a54c0839529a623464f62f98f3c93323fb5ad54b Mon Sep 17 00:00:00 2001 From: mslight Date: Wed, 20 Jul 2022 14:33:03 +0400 Subject: [PATCH] default --- WORKSPACE | 2 +- mediapipe/calculators/beauty/form_face_mask_calculator.cc | 1 - third_party/opencv_android.BUILD | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e85e34d84..cee2929c3 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -415,4 +415,4 @@ load("@libedgetpu//:workspace.bzl", "libedgetpu_dependencies") libedgetpu_dependencies() load("@coral_crosstool//:configure.bzl", "cc_crosstool") -cc_crosstool(name = "crosstool") +cc_crosstool(name = "crosstool") \ No newline at end of file diff --git a/mediapipe/calculators/beauty/form_face_mask_calculator.cc b/mediapipe/calculators/beauty/form_face_mask_calculator.cc index 4650df5ab..2ff410a99 100644 --- a/mediapipe/calculators/beauty/form_face_mask_calculator.cc +++ b/mediapipe/calculators/beauty/form_face_mask_calculator.cc @@ -18,7 +18,6 @@ #include #include #include -//#include #include diff --git a/third_party/opencv_android.BUILD b/third_party/opencv_android.BUILD index 6c00457e7..e26ae5452 100644 --- a/third_party/opencv_android.BUILD +++ b/third_party/opencv_android.BUILD @@ -39,4 +39,4 @@ OPENCVANDROIDSDK_JNI_PATH = "sdk/native/jni/" "armeabi-v7a", "x86", "x86_64", -]] +]] \ No newline at end of file