From d4f613d81d2d5ef8a17a27260ea544aa32bb9183 Mon Sep 17 00:00:00 2001 From: Paul Ruiz Date: Thu, 11 Apr 2024 10:44:52 -0600 Subject: [PATCH] fixing readme for segmentation android --- examples/image_segmentation/android/category_mask/README.md | 2 +- examples/image_segmentation/android/confidence_mask/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/image_segmentation/android/category_mask/README.md b/examples/image_segmentation/android/category_mask/README.md index 9b9bf083..2e8ec6d6 100644 --- a/examples/image_segmentation/android/category_mask/README.md +++ b/examples/image_segmentation/android/category_mask/README.md @@ -35,7 +35,7 @@ for opening locally stored files. Android Studio project. * From the Open File or Project window that appears, navigate to and select - the mediapipe/examples/image_segmentation/android directory. Click OK. You may + the mediapipe/examples/image_segmentation/android/category_mask directory. Click OK. You may be asked if you trust the project. Select Trust. * If it asks you to do a Gradle Sync, click OK. diff --git a/examples/image_segmentation/android/confidence_mask/README.md b/examples/image_segmentation/android/confidence_mask/README.md index 074a5f6c..3f516667 100644 --- a/examples/image_segmentation/android/confidence_mask/README.md +++ b/examples/image_segmentation/android/confidence_mask/README.md @@ -36,7 +36,7 @@ for opening locally stored files. Android Studio project. * From the Open File or Project window that appears, navigate to and select - the mediapipe/examples/image_segmentation/android directory. Click OK. You may + the mediapipe/examples/image_segmentation/android/confidence_mask directory. Click OK. You may be asked if you trust the project. Select Trust. * If it asks you to do a Gradle Sync, click OK.