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. 📄
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 |
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 |
-
Clone the repo:
git clone https://github.com/KrishBharadwaj5678/ObjDetect.git cd ObjDetect
-
Install dependencies:
pip install -r requirements.txt
Contributions are welcome!
-
🍴 Fork the repository
-
📥 Clone your fork
git clone https://github.com/KrishBharadwaj5678/ObjDetect.git
-
🛠️ Create a new branch
git checkout -b feature-name
-
💻 Make your changes
-
💬 Commit your changes
git commit -m "Add: new feature explanation"
-
🚀 Push to your forked repo
git push origin feature-name
-
🔁 Open a Pull Request