From 4ee6a7d96544853ccf4cfd3e064ca7171c434f0d Mon Sep 17 00:00:00 2001 From: Kei Fujikawa Date: Thu, 19 Jul 2018 16:57:56 +0900 Subject: [PATCH] Update README.md --- iOS/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iOS/README.md b/iOS/README.md index b3e0411..e2827af 100644 --- a/iOS/README.md +++ b/iOS/README.md @@ -1 +1,6 @@ # MLKitSample-iOS + +Referenced https://github.com/firebase/quickstart-ios/tree/master/mlvision + +I tried to implement face detection for realtime when camera showing. +But transforming the position of face landmarks was difficult, so this codes are in progress yet.