From 0d6d548f696c7e77a635a180c5f2154805bcaad0 Mon Sep 17 00:00:00 2001 From: mohantym <86464649+mohantym@users.noreply.github.com> Date: Fri, 29 Jul 2022 09:36:09 +0530 Subject: [PATCH] Fixed broken link from Image_classification Fixed broken link from Image_classification at line 17 and 24 --- lite/examples/image_classification/ios/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/examples/image_classification/ios/README.md b/lite/examples/image_classification/ios/README.md index 595f8ceb702..8fdf30fae6d 100644 --- a/lite/examples/image_classification/ios/README.md +++ b/lite/examples/image_classification/ios/README.md @@ -3,7 +3,7 @@ ## Overview This is an example application for [TensorFlow Lite](https://tensorflow.org/lite) -on iOS. It uses [Image classification](https://www.tensorflow.org/lite/models/image_classification/overview) +on iOS. It uses [Image classification](https://www.tensorflow.org/lite/examples/image_classification/overview) to continuously classify whatever it sees from the device's back camera, using a quantized MobileNet model. The application must be run on device. @@ -14,7 +14,7 @@ running the demo on an iOS device. ### Model -For details of the model used, visit [Image classification](https://www.tensorflow.org/lite/models/image_classification/overview). +For details of the model used, visit [Image classification](https://www.tensorflow.org/lite/examples/image_classification/overview). The model will be downloaded as part of the build process.