/ObjectDetectionSSDMobileNet

Practicing using the ssd_mobile net for object detection.

Primary LanguagePython

TUTORIAL PROJECT ON OBJECT DETECTION USING COCONAMES AND SSD MOBILENET

Author: Adedamola Ayodeji Sode
Email: adedamola.sode@gmail.com

BRIEF DESCRIPTION

This project follows the tutorial of TheCodingBug on youtube, specifically using this video: TensorFlow Object Detection Complete TUTORIAL | 40 TensorFlow Object Detection Models.

EXECUTING THE PROGRAM

  1. Clone the git
git clone  https://github.com/AsimovNo9/ObjectDetectionSSDMobileNet.git
  1. Run the run_me.py file using your choice of IDE or your commandline
python ./run_me.py

REQUIREMENTS

  • TensorFlow
  • OpenCV
  • Numpy