Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonas650 committed Feb 18, 2024
1 parent fb203b0 commit 9fea426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9fea426

Please sign in to comment.