PyTorchYOLOOpenCVComputer Vision

Computer Vision — Object Detection

Real-time object detection and classification using deep learning and OpenCV.

Computer Vision — Object Detection

A real-time object detection system for video streams and images. Uses a YOLO-based model trained on custom datasets, with OpenCV for preprocessing and inference optimization.

Model & training

Fine-tuned a YOLO architecture on domain-specific data. Training pipeline includes augmentation, anchor tuning, and validation on held-out video sequences for temporal consistency.

Deployment

Model is exported to ONNX for fast inference and integrated with OpenCV for capture and display. Runs in real time on GPU with optional TensorRT optimization for edge devices.

Gallery

Computer Vision — Object Detection — image 1
Computer Vision — Object Detection — image 2
Computer Vision — Object Detection — image 3