Project import generated by Copybara.
GitOrigin-RevId: d073f8e21be2fcc0e503cb97c6695078b6b75310
This commit is contained in:
@@ -43,7 +43,8 @@ SUBDIR_INIT_PY_FILES = [
|
||||
os.path.join(MP_ROOT_PATH, 'mediapipe/calculators/__init__.py'),
|
||||
os.path.join(MP_ROOT_PATH, 'mediapipe/modules/__init__.py'),
|
||||
os.path.join(MP_ROOT_PATH,
|
||||
'mediapipe/modules/holistic_landmark/__init__.py')
|
||||
'mediapipe/modules/holistic_landmark/__init__.py'),
|
||||
os.path.join(MP_ROOT_PATH, 'mediapipe/modules/objectron/__init__.py')
|
||||
]
|
||||
if not os.path.exists(ROOT_INIT_PY):
|
||||
open(ROOT_INIT_PY, 'w').close()
|
||||
@@ -219,9 +220,10 @@ class BuildBinaryGraphs(build.build):
|
||||
def run(self):
|
||||
_check_bazel()
|
||||
binary_graphs = [
|
||||
'face_detection/face_detection_front_cpu',
|
||||
'face_landmark/face_landmark_front_cpu',
|
||||
'hand_landmark/hand_landmark_tracking_cpu',
|
||||
'holistic_landmark/holistic_landmark_cpu',
|
||||
'holistic_landmark/holistic_landmark_cpu', 'objectron/objectron_cpu',
|
||||
'pose_landmark/pose_landmark_cpu'
|
||||
]
|
||||
for binary_graph in binary_graphs:
|
||||
|
||||
Reference in New Issue
Block a user