From f8e5d194ea5c1a69481e92a0f6f0504ba3de35fc Mon Sep 17 00:00:00 2001 From: ywake Date: Fri, 16 Feb 2024 18:46:25 +0900 Subject: [PATCH] Fix: README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3289609..115b959 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A plugin for using [Apple Vision Framework](https://developer.apple.com/document ## Features ⚙️ & Requirements 🧩 -Status: ✅ Complete 👨‍💻 In Progress ❌ Not Yet +Status: ✅ Complete ⚠️ Problematic 👨‍💻 In Progress ❌ Not Yet | Vision API | Request | Status | iOS | macOS | |------------|---------|:------:|:---:|:-----:| @@ -17,8 +17,8 @@ Status: ✅ Complete 👨‍💻 In Progress ❌ Not Yet | [Saliency Analysis](https://developer.apple.com/documentation/vision/cropping_images_using_saliency) | [Generate Attention Based Saliency Image](https://developer.apple.com/documentation/vision/vngenerateattentionbasedsaliencyimagerequest) | ❌ | 13.0+ | 10.15+ | || [Generate Objectness Based Saliency Image](https://developer.apple.com/documentation/vision/vngenerateobjectnessbasedsaliencyimagerequest) | ❌ | 13.0+ | 10.15+ | |||||| -| [Object Tracking](https://developer.apple.com/documentation/vision/tracking_multiple_objects_or_rectangles_in_video) | [Track Rectangle](https://developer.apple.com/documentation/vision/vntrackrectanglerequest) | ✅ | 11.0+ | 10.13+ | -|| [Track Object](https://developer.apple.com/documentation/vision/vntrackobjectrequest) | ✅ | 11.0+ | 10.13+ | +| [Object Tracking](https://developer.apple.com/documentation/vision/tracking_multiple_objects_or_rectangles_in_video) | [Track Rectangle](https://developer.apple.com/documentation/vision/vntrackrectanglerequest) | ⚠️ | 11.0+ | 10.13+ | +|| [Track Object](https://developer.apple.com/documentation/vision/vntrackobjectrequest) | ⚠️ | 11.0+ | 10.13+ | |||||| | [Rectangle Detection](https://developer.apple.com/documentation/vision/vndetectrectanglesrequest) | [Detect Rectangle](https://developer.apple.com/documentation/vision/vndetectrectanglesrequest) | ✅ | 11.0+ | 10.13+ | ||||||