Added rule to generate gesture_recognizer.task file

This commit is contained in:
Prianka Liz Kariat 2023-05-24 19:46:53 +05:30
parent b68b26ada7
commit 9547b7ca28

View File

@ -54,6 +54,7 @@ mediapipe_files(srcs = [
"hand_landmark_full.tflite", "hand_landmark_full.tflite",
"hand_landmark_lite.tflite", "hand_landmark_lite.tflite",
"hand_landmarker.task", "hand_landmarker.task",
"gesture_recognizer.task",
"left_hands.jpg", "left_hands.jpg",
"left_hands_rotated.jpg", "left_hands_rotated.jpg",
"mobilenet_v1_0.25_192_quantized_1_default_1.tflite", "mobilenet_v1_0.25_192_quantized_1_default_1.tflite",
@ -104,7 +105,6 @@ exports_files(
"expected_right_down_hand_landmarks.prototxt", "expected_right_down_hand_landmarks.prototxt",
"expected_right_up_hand_landmarks.prototxt", "expected_right_up_hand_landmarks.prototxt",
"face_geometry_expected_out.pbtxt", "face_geometry_expected_out.pbtxt",
"gesture_recognizer.task",
"portrait_expected_detection.pbtxt", "portrait_expected_detection.pbtxt",
"portrait_expected_face_geometry.pbtxt", "portrait_expected_face_geometry.pbtxt",
"portrait_rotated_expected_detection.pbtxt", "portrait_rotated_expected_detection.pbtxt",