Update face detector graph for downstream face landmarks graph.
PiperOrigin-RevId: 511566984
This commit is contained in:
committed by
Copybara-Service
parent
fbbc13d756
commit
000aeeb036
+2
@@ -39,6 +39,7 @@ mediapipe_files(srcs = [
|
||||
"deeplabv3.tflite",
|
||||
"face_detection_full_range.tflite",
|
||||
"face_detection_full_range_sparse.tflite",
|
||||
"face_detection_short_range.tflite",
|
||||
"face_landmark.tflite",
|
||||
"fist.jpg",
|
||||
"fist.png",
|
||||
@@ -137,6 +138,7 @@ filegroup(
|
||||
"deeplabv3.tflite",
|
||||
"face_detection_full_range.tflite",
|
||||
"face_detection_full_range_sparse.tflite",
|
||||
"face_detection_short_range.tflite",
|
||||
"face_landmark.tflite",
|
||||
"hand_landmark_full.tflite",
|
||||
"hand_landmark_lite.tflite",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# proto-file: mediapipe/framework/formats/detection.proto
|
||||
# proto-message: Detection
|
||||
location_data {
|
||||
format: RELATIVE_BOUNDING_BOX
|
||||
relative_bounding_box {
|
||||
xmin: 0.35494408
|
||||
ymin: 0.1059662
|
||||
width: 0.28768203
|
||||
height: 0.23037356
|
||||
format: BOUNDING_BOX
|
||||
bounding_box {
|
||||
xmin: 283
|
||||
ymin: 115
|
||||
width: 234
|
||||
height: 234
|
||||
}
|
||||
relative_keypoints {
|
||||
x: 0.44416338
|
||||
@@ -25,7 +25,7 @@ location_data {
|
||||
y: 0.2719954
|
||||
}
|
||||
relative_keypoints {
|
||||
x: 0.37245658
|
||||
x: 0.36063305
|
||||
y: 0.20143759
|
||||
}
|
||||
relative_keypoints {
|
||||
|
||||
Reference in New Issue
Block a user