aboutsummaryrefslogtreecommitdiff
path: root/samples/ObjectDetection/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'samples/ObjectDetection/Readme.md')
-rw-r--r--samples/ObjectDetection/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/ObjectDetection/Readme.md b/samples/ObjectDetection/Readme.md
index 2b3a8d3e04..0cc41eb785 100644
--- a/samples/ObjectDetection/Readme.md
+++ b/samples/ObjectDetection/Readme.md
@@ -112,7 +112,7 @@ Example for Tensorflow Lite native compilation
sudo apt install build-essential
git clone https://github.com/tensorflow/tensorflow.git
cd tensorflow/tensorflow
-git checkout v2.14.0-rc1
+git checkout v2.14.0
mkdir build && cd build
cmake ../lite -DTFLITE_ENABLE_XNNPACK=OFF
make