Skip to content

Commit

Permalink
iOS update mediapipe tasks vision version from 0.10.12 to 0.10.14 (#391)
Browse files Browse the repository at this point in the history
* update face detector

* update unit tests face detector

* update version face landmarker

* update version of gesture recognizer and change unit test

* update version and unit test hand landmarker

* update version and unit test image classifier

* update version image embedder

* update image senmenter version and fix video segmenter

* update version object detector and unit test

* update version pose landmarker
  • Loading branch information
st-tuanmai authored May 21, 2024
1 parent e60a970 commit 40816b2
Show file tree
Hide file tree
Showing 32 changed files with 152 additions and 293 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ final class FaceDetectorTests: XCTestCase {
boundingBox: CGRect(x: 126.0, y: 100.0, width: 464.0, height: 464.0),
keypoints: nil),
Detection(
categories: [ResultCategory(index: 0, score: 0.9263101, categoryName: nil, displayName: nil)],
boundingBox: CGRect(x: 616.0, y: 193, width: 430.0, height: 430.0),
categories: [ResultCategory(index: 0, score: 0.92513907, categoryName: nil, displayName: nil)],
boundingBox: CGRect(x: 616.0, y: 192, width: 430.0, height: 430.0),
keypoints: nil)
]

Expand All @@ -45,7 +45,8 @@ final class FaceDetectorTests: XCTestCase {
let FaceDetectorService = FaceDetectorService.stillImageDetectorService(
modelPath: modelPath,
minDetectionConfidence: minDetectionConfidence,
minSuppressionThreshold: minSuppressionThreshold)
minSuppressionThreshold: minSuppressionThreshold,
delegate: .CPU)
return FaceDetectorService!
}

Expand Down
2 changes: 1 addition & 1 deletion examples/face_detector/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '15.0'
target 'FaceDetector' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'MediaPipeTasksVision', '0.10.12'
pod 'MediaPipeTasksVision', '0.10.14'

# Pods for FaceDetector
end
Expand Down
14 changes: 7 additions & 7 deletions examples/face_detector/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- MediaPipeTasksCommon (0.10.12)
- MediaPipeTasksVision (0.10.12):
- MediaPipeTasksCommon (= 0.10.12)
- MediaPipeTasksCommon (0.10.14)
- MediaPipeTasksVision (0.10.14):
- MediaPipeTasksCommon (= 0.10.14)

DEPENDENCIES:
- MediaPipeTasksVision (= 0.10.12)
- MediaPipeTasksVision (= 0.10.14)

SPEC REPOS:
trunk:
- MediaPipeTasksCommon
- MediaPipeTasksVision

SPEC CHECKSUMS:
MediaPipeTasksCommon: 254e6bff77804b262f6ecf180477142ea551e802
MediaPipeTasksVision: 78d5c47cd7996b4d815bacba0a52dbf01458dfaf
MediaPipeTasksCommon: 5660099c2dd81f7ac4a7a5f51055785ead8e0e64
MediaPipeTasksVision: 0fac0db83c0b45e4d7811a9227be5e571403cf83

PODFILE CHECKSUM: afcfdd760c84f5c1e0b096a704ce46b44b4a02f7
PODFILE CHECKSUM: 6be2fe8a802a3358accb65299f2598dd4d5f57e1

COCOAPODS: 1.14.3
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ final class FaceLandmarkerTests: XCTestCase {
numFaces: 1,
minFaceDetectionConfidence: FaceLandmarkerTests.minFaceDetectionConfidence,
minFacePresenceConfidence: FaceLandmarkerTests.minFacePresenceConfidence,
minTrackingConfidence: FaceLandmarkerTests.minTrackingConfidence)!
minTrackingConfidence: FaceLandmarkerTests.minTrackingConfidence,
delegate: .CPU)!
return faceLandmarkerService
}

Expand Down
2 changes: 1 addition & 1 deletion examples/face_landmarker/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target 'FaceLandmarker' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'MediaPipeTasksVision', '0.10.12'
pod 'MediaPipeTasksVision', '0.10.14'

end

Expand Down
14 changes: 7 additions & 7 deletions examples/face_landmarker/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- MediaPipeTasksCommon (0.10.12)
- MediaPipeTasksVision (0.10.12):
- MediaPipeTasksCommon (= 0.10.12)
- MediaPipeTasksCommon (0.10.14)
- MediaPipeTasksVision (0.10.14):
- MediaPipeTasksCommon (= 0.10.14)

DEPENDENCIES:
- MediaPipeTasksVision (= 0.10.12)
- MediaPipeTasksVision (= 0.10.14)

SPEC REPOS:
trunk:
- MediaPipeTasksCommon
- MediaPipeTasksVision

SPEC CHECKSUMS:
MediaPipeTasksCommon: 254e6bff77804b262f6ecf180477142ea551e802
MediaPipeTasksVision: 78d5c47cd7996b4d815bacba0a52dbf01458dfaf
MediaPipeTasksCommon: 5660099c2dd81f7ac4a7a5f51055785ead8e0e64
MediaPipeTasksVision: 0fac0db83c0b45e4d7811a9227be5e571403cf83

PODFILE CHECKSUM: 67c95a3ac9f403fadf44f5735ace6ec9fcf479a6
PODFILE CHECKSUM: bc9d5dc865832cdf89ed473b9d9ae3482e24f537

COCOAPODS: 1.14.3
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@ final class GestureRecognizerTests: XCTestCase {
compatibleWith: nil)!

static let result = GestureRecognizerResult(
gestures: [[ResultCategory(index: -1, score: 0.74601436, categoryName: "Thumb_Up", displayName: "")]],
gestures: [[ResultCategory(index: -1, score: 0.7283777, categoryName: "Thumb_Up", displayName: "")]],
handedness: [],
landmarks: [[
NormalizedLandmark(x: 0.6146113, y: 0.71075666, z: -4.1557226e-07, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.6142792, y: 0.57649153, z: -0.040831544, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5836266, y: 0.4429407, z: -0.059525516, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5389037, y: 0.33637148, z: -0.07342299, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.536148, y: 0.25158498, z: -0.07771388, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4898765, y: 0.4913109, z: -0.030454714, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4276508, y: 0.50301707, z: -0.06859867, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.49330515, y: 0.52595127, z: -0.0773961, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.52693504, y: 0.5121813, z: -0.07744958, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4763346, y: 0.5743718, z: -0.023844246, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.42159313, y: 0.58094376, z: -0.06347593, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.50296295, y: 0.60153985, z: -0.057907313, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.52059495, y: 0.57536906, z: -0.046426427, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.47042432, y: 0.6498483, z: -0.025004275, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.42147171, y: 0.65280235, z: -0.069050804, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.49437872, y: 0.66357565, z: -0.046906527, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5176527, y: 0.6408466, z: -0.022207312, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4691668, y: 0.7234682, z: -0.029635455, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.43116334, y: 0.7330426, z: -0.056126874, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.48526073, y: 0.7278307, z: -0.041881826, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5117951, y: 0.70887417, z: -0.024859443, visibility: nil, presence: nil)
NormalizedLandmark(x: 0.6129676, y: 0.70157504, z: -4.5833377e-07, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.6159242, y: 0.5730554, z: -0.04404007, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.58462656, y: 0.45141116, z: -0.066422015, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.54258853, y: 0.3550938, z: -0.08355088, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5299578, y: 0.27741316, z: -0.09152996, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4884828, y: 0.48931584, z: -0.03891499, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.42707062, y: 0.5070781, z: -0.082204446, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.48659548, y: 0.52944756, z: -0.09566363, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5170652, y: 0.5180234, z: -0.097826585, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.47752064, y: 0.5746913, z: -0.030233975, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.42322388, y: 0.58384126, z: -0.06978146, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5008309, y: 0.6011655, z: -0.062682286, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5144273, y: 0.57651, z: -0.048970204, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.47189528, y: 0.65008116, z: -0.029931678, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4212282, y: 0.6498341, z: -0.071003094, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.49262476, y: 0.65974927, z: -0.04700193, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5128528, y: 0.63937056, z: -0.020825379, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.47315174, y: 0.721069, z: -0.033766963, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4348337, y: 0.7294104, z: -0.058631197, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.48701334, y: 0.7236482, z: -0.04348786, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5102773, y: 0.7046261, z: -0.02522209, visibility: nil, presence: nil)
]],
worldLandmarks: [],
timestampInMilliseconds: 0)
Expand All @@ -68,7 +68,8 @@ final class GestureRecognizerTests: XCTestCase {
modelPath: modelPath,
minHandDetectionConfidence: GestureRecognizerTests.minHandDetectionConfidence,
minHandPresenceConfidence: GestureRecognizerTests.minHandPresenceConfidence,
minTrackingConfidence: GestureRecognizerTests.minTrackingConfidence)
minTrackingConfidence: GestureRecognizerTests.minTrackingConfidence,
delegate: .CPU)
return gestureRecognizerService!
}

Expand Down
2 changes: 1 addition & 1 deletion examples/gesture_recognizer/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'GestureRecognizer' do
use_frameworks!

# Pods for GestureRecognizer
pod 'MediaPipeTasksVision', '0.10.12'
pod 'MediaPipeTasksVision', '0.10.14'

end

Expand Down
14 changes: 7 additions & 7 deletions examples/gesture_recognizer/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- MediaPipeTasksCommon (0.10.12)
- MediaPipeTasksVision (0.10.12):
- MediaPipeTasksCommon (= 0.10.12)
- MediaPipeTasksCommon (0.10.14)
- MediaPipeTasksVision (0.10.14):
- MediaPipeTasksCommon (= 0.10.14)

DEPENDENCIES:
- MediaPipeTasksVision (= 0.10.12)
- MediaPipeTasksVision (= 0.10.14)

SPEC REPOS:
trunk:
- MediaPipeTasksCommon
- MediaPipeTasksVision

SPEC CHECKSUMS:
MediaPipeTasksCommon: 254e6bff77804b262f6ecf180477142ea551e802
MediaPipeTasksVision: 78d5c47cd7996b4d815bacba0a52dbf01458dfaf
MediaPipeTasksCommon: 5660099c2dd81f7ac4a7a5f51055785ead8e0e64
MediaPipeTasksVision: 0fac0db83c0b45e4d7811a9227be5e571403cf83

PODFILE CHECKSUM: f33191b008b693a9fe37c9716b85dce882f844f0
PODFILE CHECKSUM: 21322833069b2d5064c8614269f9926360ff02bd

COCOAPODS: 1.14.3
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@ final class HandLandmarkerTests: XCTestCase {
compatibleWith: nil)!

static let results: [[NormalizedLandmark]] = [[
NormalizedLandmark(x: 0.6146113, y: 0.71075666, z: -4.1557226e-07, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.6142792, y: 0.57649153, z: -0.040831544, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5836266, y: 0.4429407, z: -0.059525516, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5389037, y: 0.33637148, z: -0.07342299, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.536148, y: 0.25158498, z: -0.07771388, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4898765, y: 0.4913109, z: -0.030454714, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4276508, y: 0.50301707, z: -0.06859867, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.49330515, y: 0.52595127, z: -0.0773961, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.52693504, y: 0.5121813, z: -0.07744958, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4763346, y: 0.5743718, z: -0.023844246, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.42159313, y: 0.58094376, z: -0.06347593, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.50296295, y: 0.60153985, z: -0.057907313, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.52059495, y: 0.57536906, z: -0.046426427, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.47042432, y: 0.6498483, z: -0.025004275, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.42147171, y: 0.65280235, z: -0.069050804, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.49437872, y: 0.66357565, z: -0.046906527, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5176527, y: 0.6408466, z: -0.022207312, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4691668, y: 0.7234682, z: -0.029635455, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.43116334, y: 0.7330426, z: -0.056126874, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.48526073, y: 0.7278307, z: -0.041881826, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5117951, y: 0.70887417, z: -0.024859443, visibility: nil, presence: nil)
NormalizedLandmark(x: 0.6129676, y: 0.70157504, z: -4.5833377e-07, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.6159242, y: 0.5730554, z: -0.04404007, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.58462656, y: 0.45141116, z: -0.066422015, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.54258853, y: 0.3550938, z: -0.08355088, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5299578, y: 0.27741316, z: -0.09152996, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4884828, y: 0.48931584, z: -0.03891499, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.42707062, y: 0.5070781, z: -0.082204446, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.48659548, y: 0.52944756, z: -0.09566363, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5170652, y: 0.5180234, z: -0.097826585, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.47752064, y: 0.5746913, z: -0.030233975, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.42322388, y: 0.58384126, z: -0.06978146, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5008309, y: 0.6011655, z: -0.062682286, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5144273, y: 0.57651, z: -0.048970204, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.47189528, y: 0.65008116, z: -0.029931678, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4212282, y: 0.6498341, z: -0.071003094, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.49262476, y: 0.65974927, z: -0.04700193, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5128528, y: 0.63937056, z: -0.020825379, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.47315174, y: 0.721069, z: -0.033766963, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.4348337, y: 0.7294104, z: -0.058631197, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.48701334, y: 0.7236482, z: -0.04348786, visibility: nil, presence: nil),
NormalizedLandmark(x: 0.5102773, y: 0.7046261, z: -0.02522209, visibility: nil, presence: nil)
]]

func handLandmarkerWithModelPath(
Expand All @@ -63,7 +63,8 @@ final class HandLandmarkerTests: XCTestCase {
numHands: 1,
minHandDetectionConfidence: HandLandmarkerTests.minHandDetectionConfidence,
minHandPresenceConfidence: HandLandmarkerTests.minHandPresenceConfidence,
minTrackingConfidence: HandLandmarkerTests.minTrackingConfidence)!
minTrackingConfidence: HandLandmarkerTests.minTrackingConfidence,
delegate: .CPU)!
return handLandmarkerService
}

Expand Down
2 changes: 1 addition & 1 deletion examples/hand_landmarker/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target 'HandLandmarker' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'MediaPipeTasksVision', '0.10.12'
pod 'MediaPipeTasksVision', '0.10.14'

end

Expand Down
14 changes: 7 additions & 7 deletions examples/hand_landmarker/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- MediaPipeTasksCommon (0.10.12)
- MediaPipeTasksVision (0.10.12):
- MediaPipeTasksCommon (= 0.10.12)
- MediaPipeTasksCommon (0.10.14)
- MediaPipeTasksVision (0.10.14):
- MediaPipeTasksCommon (= 0.10.14)

DEPENDENCIES:
- MediaPipeTasksVision (= 0.10.12)
- MediaPipeTasksVision (= 0.10.14)

SPEC REPOS:
trunk:
- MediaPipeTasksCommon
- MediaPipeTasksVision

SPEC CHECKSUMS:
MediaPipeTasksCommon: 254e6bff77804b262f6ecf180477142ea551e802
MediaPipeTasksVision: 78d5c47cd7996b4d815bacba0a52dbf01458dfaf
MediaPipeTasksCommon: 5660099c2dd81f7ac4a7a5f51055785ead8e0e64
MediaPipeTasksVision: 0fac0db83c0b45e4d7811a9227be5e571403cf83

PODFILE CHECKSUM: 3c452c2e5aa9a7b985ff30e7f9ae7a2aa8e72e35
PODFILE CHECKSUM: a81b42db9308e2e026806c52b5f3cdce29246c81

COCOAPODS: 1.14.3
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ final class ImageClassifierTests: XCTestCase {
let imageClassifierService = ImageClassifierService.stillImageClassifierService(
model: model,
scoreThreshold: scoreThreshold,
maxResult: maxResult)
maxResult: maxResult,
delegate: .CPU)
return imageClassifierService!
}

Expand Down
2 changes: 1 addition & 1 deletion examples/image_classification/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '15.0'
target 'ImageClassifier' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'MediaPipeTasksVision', '0.10.12'
pod 'MediaPipeTasksVision', '0.10.14'
end

target 'ImageClassifierTests' do
Expand Down
14 changes: 7 additions & 7 deletions examples/image_classification/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- MediaPipeTasksCommon (0.10.12)
- MediaPipeTasksVision (0.10.12):
- MediaPipeTasksCommon (= 0.10.12)
- MediaPipeTasksCommon (0.10.14)
- MediaPipeTasksVision (0.10.14):
- MediaPipeTasksCommon (= 0.10.14)

DEPENDENCIES:
- MediaPipeTasksVision (= 0.10.12)
- MediaPipeTasksVision (= 0.10.14)

SPEC REPOS:
trunk:
- MediaPipeTasksCommon
- MediaPipeTasksVision

SPEC CHECKSUMS:
MediaPipeTasksCommon: 254e6bff77804b262f6ecf180477142ea551e802
MediaPipeTasksVision: 78d5c47cd7996b4d815bacba0a52dbf01458dfaf
MediaPipeTasksCommon: 5660099c2dd81f7ac4a7a5f51055785ead8e0e64
MediaPipeTasksVision: 0fac0db83c0b45e4d7811a9227be5e571403cf83

PODFILE CHECKSUM: a0f3ecd4f45222b1e313361335ae51166a1808d3
PODFILE CHECKSUM: 056325e6ad58feba6484ca5822378ec4ef78a74e

COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion examples/image_embedder/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
target 'ImageEmbedder' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'MediaPipeTasksVision', '0.10.12'
pod 'MediaPipeTasksVision', '0.10.14'
# Pods for ImageEmbedder

end
Expand Down
14 changes: 7 additions & 7 deletions examples/image_embedder/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- MediaPipeTasksCommon (0.10.12)
- MediaPipeTasksVision (0.10.12):
- MediaPipeTasksCommon (= 0.10.12)
- MediaPipeTasksCommon (0.10.14)
- MediaPipeTasksVision (0.10.14):
- MediaPipeTasksCommon (= 0.10.14)

DEPENDENCIES:
- MediaPipeTasksVision (= 0.10.12)
- MediaPipeTasksVision (= 0.10.14)

SPEC REPOS:
trunk:
- MediaPipeTasksCommon
- MediaPipeTasksVision

SPEC CHECKSUMS:
MediaPipeTasksCommon: 254e6bff77804b262f6ecf180477142ea551e802
MediaPipeTasksVision: 78d5c47cd7996b4d815bacba0a52dbf01458dfaf
MediaPipeTasksCommon: 5660099c2dd81f7ac4a7a5f51055785ead8e0e64
MediaPipeTasksVision: 0fac0db83c0b45e4d7811a9227be5e571403cf83

PODFILE CHECKSUM: 073d345d1c67efa6f7bdadad7c0c684aed30e061
PODFILE CHECKSUM: a64a373fecc54efb0e385a4fed15585be18ce9fe

COCOAPODS: 1.14.3
Loading

0 comments on commit 40816b2

Please sign in to comment.