This project implements a real-time object detection and measurement system using deep learning and computer vision techniques. The system detects objects in video streams or images and measures their dimensions in real-time.
Real-time object detection using state-of-the-art deep learning model YOLO. Support for multiple video sources, including webcams and IP cameras.
Python 3.7+
OpenCV 4.5+
Yolo v8
NumPy
-
Clone the repository:
git clone https://github.com/darkxcodes/Real-OBD.gitcd Real-OBD -
Create a virtual environment :
python -m venv venv -
Activate environment :
source venv/bin/activateOn Windows, use
venv\Scripts\activate -
Install the required dependencies:
pip install -r requirements.txt
-
Start the application:
python main.py
Real-OBD.Demo.mp4
- More userfriendly.
- Implementation of attractive UI.
- And many more...
Feel free to use and modify, just follow me ⭐.
made with ❤