DetectionPostProcessingGraph for post processing raw tensors from detection models.

PiperOrigin-RevId: 527363291
This commit is contained in:
MediaPipe Team
2023-04-26 13:44:54 -07:00
committed by Copybara-Service
parent 48aa88f39d
commit c44cc30ece
13 changed files with 1791 additions and 470 deletions
+2
View File
@@ -41,6 +41,7 @@ mediapipe_files(srcs = [
"conv2d_input_channel_1.tflite",
"deeplabv3.tflite",
"dense.tflite",
"efficientdet_lite0_fp16_no_nms.tflite",
"face_detection_full_range.tflite",
"face_detection_full_range_sparse.tflite",
"face_detection_short_range.tflite",
@@ -167,6 +168,7 @@ filegroup(
"conv2d_input_channel_1.tflite",
"deeplabv3.tflite",
"dense.tflite",
"efficientdet_lite0_fp16_no_nms.tflite",
"face_detection_full_range.tflite",
"face_detection_full_range_sparse.tflite",
"face_detection_short_range.tflite",