Chaitanya Seminar Report
Chaitanya Seminar Report
B.Tech.
in
Computer Engineering
Submitted by
1
Speed Detection Using IOT
Bachelor of Technology
in
Computer Engineering
Submitted by
PROF:B.D.PATIL
2
S.S.V.P.S.’s B.S. DEORE COLLEGE OF ENGINEERING,
DHULE
DEPARTMENT OF COMPUTER ENGINEERING
CERTIFICATE
This is to certify that the Seminar I entitled “speed ditection usihg IOT” has
been carried out by
Chaitanya Arvind Girase
under my guidance in partial fulfillment of the degree of Bachelor of
Technology in Computer Engineering of Dr. Babasaheb Ambedkar
Technological University, Lonere during the academic year 2022-23. To the
best of my knowledge and belief this work has not been submitted elsewhere
for the award of any other degree.
Date:
Place: Dhule
Guide
PROF.B.D.PATIL
Head Principal
Prof. B. R. Mandre Dr. Hitendra D.
Patil
3
ACKNOWLEDGEMENT
This Seminar I report has taken its current shape after a lot of hard work and
perseverance- not only just by me. I would like to express our sincere
gratitude for the assistance and support of a number of people who are
helping to make this success.
4
Table of Contents
ABSTRACT........................................................................................................................6
1.INTRODUCTION............................................................................................................7
2..SYSTEM DESCRIBTION ..............................................................................................8
3.IMPLEMENTATION …………………………………………………………………10
4.HARDWARE AND SOFTWARE IPLENTATION……………………………………16
5.FURTHER SCOPE………………………………………………………………….17
6. CONCLUTION……………………………………………………………………......18
7. REFERENCES………………………………………………………………………...19
5
ABSTRACT
Keywords
6
Chapter – 1
INTRODUCTION
Over speeding vehicles are major issues foe road safety and needs
proper addressing to minimize the accidents. Excessive speed is
factor in one third of all fatal crashes. Keeping in mind all these
issues that are faced, this paper gives a clear view of how the
process will flow through the software and hardware. A speed
detection means detecting the speed of the vehicles at some
certain range using the internet of things. In this, the monitoring of
all the vehicles in the road and detecting the speed of the vehicle as
well its number plate. If any over speed occurs then it can be
detected by the system and information about the driver and will
be uploaded to traffic police department so that automatic case
filing can be done without any complaint. From this method people
will automatically become aware of the speed in which they are
riding and thus decreasing the speed leading to a safe environment.
Vehicle Speed Detection is done by using the Object Tracking and
the Centroid Tracking where the object tracking is used to detect
the objects on the road and the centroid tracking is used to detect
the speed of the vehicle. The Algorithm used here is MobileNet SSD
algorithm.
7
2.System Describtion
8
Fig.1 Descriptive System Architecture
9
responsible for keeping track of which object is which by
assigning and maintaining identification numbers (IDs). This
Its object ID. Its previous centroids (so it can easily compute
the direction the object is moving). A dictionary of timestamps
10
corresponding to each of the four columns in the frame. A
dictionary of x-coordinate positions of the object. These
11
Fig.1 This OpenCV vehicle speed estimation project assumes the
camera is aimed perpendicular to the road. Timestamps of a
12
Fig.2 Top-left: To build a simple object tracking algorithm using centroid
tracking, the first step is to accept bounding box coordinates from an
object detector and use them to compute centroids. Top-right: In the
next input frame, three objects are now present. It need to compute
the Euclidean distances between each pair of original centroids (circle)
and new centroids (square). Bottom-left: The simple centroid object
tracking method has associated objects with minimized object
distances. Bottom-right: It has a new object that wasn’t matched with
an existing object, so it is register
13
14
Fig.3 Sample screenshot of source code14
15
4.Hardware and Software
implentation
16
Every development has some drawback or lack of
necessary feature that emerges with the usage and need.
The project can be developed even more by adding vehicle
detection wireless sensing networks and implementing a
wireless sensor network will be another interesting which
will open up much more application areas. Advanced image
processing algorithms and libraries could be used so that
the system can be used efficiently even during
unfavourable lighting conditions and during the night time
as well.
5.Further scope
17
6.Conclusion
https:// arxiv.org/abs/1611.09224
19
[4] B. Uzkent, M. J. Hoffman, and A. Vodacek, ―Efficient integration of
spectral features for vehicle tracking utilizing an adaptive sensor,‖
Proc.
SPIE, vol. 9407, p. 940707, Mar. 2015.
[5] B. Uzkent, Real-Time Aerial Vehicle Detection and Tracking Using a
Multi-Modal Optical Sensor. Rochester, NY, USA: Rochester
Institute Technology, 2016.
20
[10] O. Russakovsky et al., ―ImageNet large scale visual
recognition challenge,‖ Int. J. Comput. Vis., vol. 115, no. 3, pp.
211–252, Dec. 2015.
[11] B. Uzkent, M. J. Hoffman, A. Vodacek, J. P. Kerekes, and B.
Chen, ―Feature matching and adaptive prediction models in an
object tracking DDDAS,‖ Procedia Comput. Sci., vol. 18, pp.
1939–1948, Jan. 2013.
[12] B. Uzkent, M. J. Hoffman, A. Vodacek, and B. Chen,
21