Project import generated by Copybara.

GitOrigin-RevId: 73d686c40057684f8bfaca285368bf1813f9fc26
This commit is contained in:
MediaPipe Team
2022-03-21 12:12:39 -07:00
committed by jqtang
parent e6c19885c6
commit cc6a2f7af6
266 changed files with 3658 additions and 1681 deletions
@@ -2,9 +2,12 @@
type: "SelfieSegmentationModelLoader"
# An integer 0 or 1. Use 0 to select a general-purpose model (operating on a
# 256x256 tensor), and 1 to select a model (operating on a 256x144 tensor) more
# optimized for landscape images. If unspecified, functions as set to 0. (int)
# model_selection is an integer.
# Use 0 to select a general-purpose model (operating on a 256x256 tensor).
# Use 1 to select a model (operating on a 256x144 tensor) more optimized for
# landscape images.
#
# If unspecified, 0 is selected by default.
input_side_packet: "MODEL_SELECTION:model_selection"
# TF Lite model represented as a FlatBuffer.
@@ -39,6 +42,7 @@ node {
}
}
}
#
}
}
}