0xSynapse / OpenCV-DNN-Object-Detection-with-SSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Detection and Classification Using OpenCV DNN and MobileNet -SSD

Download the Model and txt files

Download Code


Environment Setup

Run the following commands on a new terminal window to create a new environment with the required packages:

pip install -r requirements.txt

Run The Main Code

To run the main code pipeline to get the Inference in your local, use this command:

python main.py

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%