From 9fea426fd16737611b52d2c6032ff3a59d1242a5 Mon Sep 17 00:00:00 2001 From: Yonas650 <111200835+Yonas650@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:17:06 +0400 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 966bb96..92d2b41 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This project implements a real-time object detection system using the SSD Mobile The SSD MobileNet V2 FPNLite model, optimized for the COCO dataset and TPU inference, is too large to include directly in this repository. Follow the instructions below to download and set up the model: -- Visit the [TensorFlow Model Zoo](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md) and download the ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8.tar.gz model file. +- Visit the [TensorFlow Model Zoo](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md) and download the SSD MobileNet V2 FPNLite 320x320 model file. - Extract the downloaded file into the project directory: