Use model bundle writer when exporting models in gesture recognizer
PiperOrigin-RevId: 487042776
This commit is contained in:
committed by
Copybara-Service
parent
0363d60511
commit
b3d19fa1af
+5
@@ -144,8 +144,13 @@ filegroup(
|
||||
)
|
||||
|
||||
# Gestures related models. Visible to model_maker.
|
||||
# TODO: Upload canned gesture model and gesture embedding model to GCS after Model Card approval
|
||||
filegroup(
|
||||
name = "test_gesture_models",
|
||||
srcs = [
|
||||
"hand_landmark_full.tflite",
|
||||
"palm_detection_full.tflite",
|
||||
],
|
||||
visibility = [
|
||||
"//mediapipe/model_maker:__subpackages__",
|
||||
"//mediapipe/tasks:internal",
|
||||
|
||||
Reference in New Issue
Block a user