Skip to content

Commit

Permalink
Update demo to use latest pose & facemesh & segmentation versions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609879547
Change-Id: I82cd17ca5be1a9dd231fb7e82d30cd3a58ca1d73
  • Loading branch information
Google ML Kit authored and zhouyiself committed Feb 24, 2024
1 parent e0bdc50 commit b54456a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/vision-quickstart/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ dependencies {
// implementation 'com.google.android.gms:play-services-mlkit-image-labeling-custom:16.0.0-beta5'

// Pose detection with default models
implementation 'com.google.mlkit:pose-detection:18.0.0-beta3'
implementation 'com.google.mlkit:pose-detection:18.0.0-beta4'
// Pose detection with accurate models
implementation 'com.google.mlkit:pose-detection-accurate:18.0.0-beta3'
implementation 'com.google.mlkit:pose-detection-accurate:18.0.0-beta4'

// Selfie segmentation
implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta4'
implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta5'

implementation 'com.google.mlkit:camera:16.0.0-beta3'

// Face Mesh Detection
implementation 'com.google.mlkit:face-mesh-detection:16.0.0-beta1'
implementation 'com.google.mlkit:face-mesh-detection:16.0.0-beta2'

// Subject Segmentation
implementation 'com.google.android.gms:play-services-mlkit-subject-segmentation:16.0.0-beta1'
Expand Down

0 comments on commit b54456a

Please sign in to comment.