diff --git a/setup.py b/setup.py index 0712a95b..ce162b59 100644 --- a/setup.py +++ b/setup.py @@ -246,18 +246,18 @@ class BuildModules(build_ext.build_ext): self._download_external_file(external_file) # CPU binary graphs - # binary_graphs = [ - # 'face_detection/face_detection_short_range_cpu', - # 'face_detection/face_detection_full_range_cpu', - # 'face_landmark/face_landmark_front_cpu', - # 'hand_landmark/hand_landmark_tracking_cpu', - # 'holistic_landmark/holistic_landmark_cpu', 'objectron/objectron_cpu', - # 'pose_landmark/pose_landmark_cpu', - # 'selfie_segmentation/selfie_segmentation_cpu' - # ] + binary_graphs = [ + 'face_detection/face_detection_short_range_cpu', + 'face_detection/face_detection_full_range_cpu', + 'face_landmark/face_landmark_front_cpu', + 'hand_landmark/hand_landmark_tracking_cpu', + 'holistic_landmark/holistic_landmark_cpu', 'objectron/objectron_cpu', + 'pose_landmark/pose_landmark_cpu', + 'selfie_segmentation/selfie_segmentation_cpu' + ] # GPU binary graphs - binary_graphs = [ + binary_graphs += [ 'face_detection/face_detection_short_range_gpu', 'face_detection/face_detection_full_range_gpu', 'face_landmark/face_landmark_front_gpu',