Skip to content

ObjDetect is a Python based object detection script that leverages OpenCV’s DNN module with the SSD MobileNet model pretrained on the COCO dataset.

Notifications You must be signed in to change notification settings

KrishBharadwaj5678/ObjDetect

Repository files navigation

ObjDetect 🔍

A fast and easy-to-use Python object detection script using OpenCV's DNN module and the SSD MobileNet model pretrained on the COCO dataset. 📄

ObjDetect Demo


Features ✨

Feature
🏷️ Detects 80 common object classes (COCO dataset) in images
🐍 Simple Python script using OpenCV
🎥 Easily extendable to video and real-time camera input
🧠 Uses pretrained deep learning model
🖼️ Supports high-resolution image inputs
⚡ Lightweight SSD MobileNet architecture for real-time performance

Tech Stack 🧰

Technology Description
🐍 Python Core programming language for scripting and logic
🧠 OpenCV Used for image processing and loading the DNN model
🤖 SSD MobileNet Lightweight object detection model pretrained on COCO
🗂️ COCO Dataset Dataset with 80 common object classes used for detection

Installation 🛠️

  1. Clone the repo:

    git clone https://github.com/KrishBharadwaj5678/ObjDetect.git
    cd ObjDetect
  2. Install dependencies:

    pip install -r requirements.txt

Contributing 🤝

Contributions are welcome!

  1. 🍴 Fork the repository

  2. 📥 Clone your fork

    git clone https://github.com/KrishBharadwaj5678/ObjDetect.git
  3. 🛠️ Create a new branch

    git checkout -b feature-name
  4. 💻 Make your changes

  5. 💬 Commit your changes

    git commit -m "Add: new feature explanation"
  6. 🚀 Push to your forked repo

    git push origin feature-name
  7. 🔁 Open a Pull Request

About

ObjDetect is a Python based object detection script that leverages OpenCV’s DNN module with the SSD MobileNet model pretrained on the COCO dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages