Skip to content

Commit 36d7127

Browse files
PR #417: Fixed broken link from Image_classification
Please approve this CL. It will be submitted automatically, and its GitHub pull request will be marked as merged. Imported from GitHub PR #417 Fixed broken link from Image_classification at line 17 and 24 Copybara import of the project: - 0d6d548 Fixed broken link from Image_classification by mohantym <[email protected]> - 0fc17e8 Merge 0d6d548 into 5655d... by mohantym <[email protected]> PiperOrigin-RevId: 464649749
1 parent 5655d1c commit 36d7127

File tree

1 file changed

+2
-2
lines changed
  • lite/examples/image_classification/ios

1 file changed

+2
-2
lines changed

lite/examples/image_classification/ios/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Overview
44

55
This is an example application for [TensorFlow Lite](https://tensorflow.org/lite)
6-
on iOS. It uses [Image classification](https://www.tensorflow.org/lite/models/image_classification/overview)
6+
on iOS. It uses [Image classification](https://www.tensorflow.org/lite/examples/image_classification/overview)
77
to continuously classify whatever it sees from the device's back camera, using
88
a quantized MobileNet model. The application must be run on device.
99

@@ -14,7 +14,7 @@ running the demo on an iOS device.
1414

1515
### Model
1616

17-
For details of the model used, visit [Image classification](https://www.tensorflow.org/lite/models/image_classification/overview).
17+
For details of the model used, visit [Image classification](https://www.tensorflow.org/lite/examples/image_classification/overview).
1818

1919
The model will be downloaded as part of the build process.
2020

0 commit comments

Comments
 (0)