From b27168c326d9f362166afa3b8980a75b4dcbcd87 Mon Sep 17 00:00:00 2001 From: Anuj Khandelwal Date: Wed, 28 Oct 2020 14:35:23 +0530 Subject: [PATCH] Updated readme Updated a broken link. --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index fdbd398..06f5c3e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -8,7 +8,7 @@ TensorFlow 2 Object Detection API tutorial .. important:: This tutorial is intended for TensorFlow 2.2, which (at the time of writing this tutorial) is the latest stable version of TensorFlow 2.x. - A version for TensorFlow 1.14 can be found `here `_. + A version for TensorFlow 1.14 can be found `here `_. This is a step-by-step tutorial/guide to setting up and using TensorFlow's Object Detection API to perform, namely, object detection in images/video.