Real-time Object Detection using OpenCV DNN
Project description
ObjectVision-Naman 🚀
Real-time Object Detection Library built using OpenCV DNN and SSD MobileNet v3.
📌 Features
- Real-time webcam detection
- Pre-trained COCO model
- Non-Maximum Suppression (NMS)
- Easy-to-use ObjectDetector class
📦 Installation
pip install objectvision-naman
🚀 Usage Example
import cv2
from objectvision_naman import ObjectDetector
detector = ObjectDetector()
cap = cv2.VideoCapture(0)
while True:
success, img = cap.read()
img = detector.detect(img)
cv2.imshow("Detection", img)
if cv2.waitKey(1) & 0xFF == ord('q'):
break
🧠 Model Used
💠SSD MobileNet v3
💠COCO Dataset
👨💻 Author
Naman Lohiya
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
objectvisions-0.0.1.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file objectvisions-0.0.1.tar.gz.
File metadata
- Download URL: objectvisions-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d604980ddbd6d3d159ea149e951537d95ae028f19b161a0686b3786b50e067e6
|
|
| MD5 |
e72ac471266306fa47670e3555cf06c3
|
|
| BLAKE2b-256 |
2a767e06745983c51fb001e93c3b102fcc9ec5865c4d9f7bf098a1d28b6012f7
|
File details
Details for the file objectvisions-0.0.1-py3-none-any.whl.
File metadata
- Download URL: objectvisions-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6aabd884fa845cd9a0b1dd4e1381208f0f13991c6b89ee7e65c7e5a18f723c2c
|
|
| MD5 |
e0ef0573e3e7ca17242c16a1640845f7
|
|
| BLAKE2b-256 |
2aca1341f327d569db289556094288ce662847f2a19c32f244eeb434e82062f6
|