Object Detection RTRP Report
Object Detection RTRP Report
Project Title
Team Members
- Name 1 (Reg.
No.)
- Name 2 (Reg.
No.)
- Name 3 (Reg.
No.)
- Name 4 (Reg.
No.)
Institution
[Your College/University
Name]
Department
Duration
Abstract
Object detection is a fundamental task in computer vision, aiming to identify and locate objects within an
image or video. This project implements a real-time object detection system using the YOLOv5 (You Only
Look Once) architecture. The model is trained on the COCO dataset and tested for real-time inference
using OpenCV. The system can accurately detect multiple object classes such as persons, vehicles, and
Introduction
Object detection combines object classification and object localization in a single framework. It has
applications in autonomous vehicles, surveillance, robotics, and augmented reality. This project
focuses on YOLOv5, known for its balance between speed and accuracy.
Objectives
Literature Survey
"You Only Look Once: Unified, Real-Time Object Detection" by Redmon et al. (2016): Introduced YOLO
Methodology
Dataset Used:
- 80 object classes
- Resized to 640x640
Model
Architecture:
RTRP Project Report: Object Detection Using Deep Learning
- Backbone: CSPDarknet53
Training Configuration:
- Epochs: 100
- Batch Size: 16
- Optimizer: SGD
Metric | Value
[email protected] | 85.2%
Inference Speed | 25
MB
Live detection tested with webcam input. Detection shown with bounding boxes and
class labels.
Screenshots
Conclusion
The project successfully demonstrated real-time object detection using YOLOv5. The system is capable
of accurately identifying multiple objects in live video feeds with minimal latency. Future improvements
include model quantization for mobile deployment and integration with edge devices like Jetson Nano.
Future Scope
References
1. Redmon, J., et al. (2016). 'You Only Look Once: Unified, Real-Time Object
Detection.'