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 objectvisions
🚀 Usage Example
import cv2
from objectvisions 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.2.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.2.tar.gz.
File metadata
- Download URL: objectvisions-0.0.2.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 |
c956a298111e38d5077f609793359865cf9e3dacd0c0780e9dc3f749f20872b1
|
|
| MD5 |
820a20ccc34dd98773d01660830bf95b
|
|
| BLAKE2b-256 |
0ef5db06dc2bf10e249c1a7eacfef7cfa3fb8eb675c6fd0ec7c5f54c4b83c553
|
File details
Details for the file objectvisions-0.0.2-py3-none-any.whl.
File metadata
- Download URL: objectvisions-0.0.2-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 |
ee908b5705612c31e58fcf014c23a93cef9048e87b11c99b8eac670aec089ca1
|
|
| MD5 |
4f1f794ca1fb228924d4967de7fe3b14
|
|
| BLAKE2b-256 |
2d1056ac30598d874628c86c52f348a5784f9783ab4cf892db4227a20426c25b
|