SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2746
Deep Learning Based Vehicle Rules Violation Detection and Accident
Assistance
Dr Achyutha Prasad N1, Prabudh R2, Priyanka A G3, Punith M4
1Professor, Department. of CSE, East West Institute of Technology, Bangalore, Karnataka, India
2-4Department of CSE, East West Institute of Technology, Bangalore, Karnataka, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - There’s be high growth in population and most of
the people prefer comfort. Nowadays a greater number of
automobiles are being purchased in cities and also in growing
rural areas. Due to more number vehicles results in heavy
traffic, and controlling traffic is becoming more and more
tough for the traffic police to handle. Other effect is a greater
number of accidents occur which may lead to loss of several
lives. In these situations, it creates necessity for develop a
effective system that helps in detection oftrafficviolations and
help in regulating the trafficrulesandreduceinconvenienceto
the people. This proposed system can be put it in use in
detecting violations such as Signal jumping, Triple riding,
Helmet detection, No parking and can also detect the
accidents that occur and the found traffic violators can be
apprehended for breaking these rules, this framework is to
assist traffic police who monitor the traffic manually in the IT
cell.
Key Words: Violation Detection, YOLO ,Convolutional
Neural Network, Accident Assistance, Image AI.
1.INTRODUCTION
A Traffic violation detection framework must be realized
in real time as the specialists track the streets all the time.
Hence, traffic police will be at ease in actualizing safer roads
precisely, but moreover effectively; as the traffic detection
system identifies violation quicker than people. A better
framework that is easy to use and work well in monitoring
the traffic and taking actions against those violators and
detecting accidents and providing assistance is established.
This framework is to assist traffic police who monitor the
traffic manually in the IT cell and also with the live camera
monitoring present in those TMC’s (Traffic Management
Centre) it is easy to track the violation and if there’s any
accident found or detected it can be assisted right away
without any delay. The monitoring framework can be scaled
exterior the city to provincial & thruways without extra
taking a toll. Since the video is being captured the total city
will be covered rather than only signals and intersections.
This moreover enables traffic police to capture traffic
violation happening in little paths to thruways wherever the
camera is present. These monitoring of violations and
assistance to accidents can be efficiently be monitored and
tracked in Traffic Management Centre /Traffic Operations
Centre’s. TMC have high-speedmonitoringsystem, with360-
degree surveillance inputandalsothesystemswill havehigh
GPU which is very much required for this framework to
work effectively and efficiently. In Figure 1 we can observe
the TMC [Traffic Management Center] where the majority of
presented system will be put in use.
Figure 1: TMC [Traffic Management Center]
1.1 Literature Survey
The Framework that previously existed was only able to
identify asingle violation andalsothecapturedimagesbythe
traffic police were not enough forproper identificationofthe
violators. The captured images or the video by the traffic
police were sent the IT cell where the footages were checked
manually to identify the violator. Because of that many
violators would be left out and would go unrecognized. As
this is handled manually, it gets to be a tiring work for the
group to continuously screen the screens and not let any
violation go undetected through such tremendous traffic
within the nation.
2. PROPOSED SYSTEM
The objective ofthe project isto computerize the traffic rul
es violation location system and also this framework is to
assist traffic police who monitor the traffic manually in the
IT cell and make their job at ease. At TMC or Traffic IT Cell
they screen live video streams of traffic and with the help of
the proposed framework the violatorswill bedetected easily
and because of the system high-speed processortherewon’t
be any delays. Once the violations are detected the
framework checks for the number plate, once. that is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2747
identified a SMS alert is sent to the violator. If any accidents
are detected in the live streams, then a swift assistance can
be delivered to that location with the help of TMC.
Identifying and following the vehicle andtheiractivities
precisely is the most need of the framework. Withthehelpof
this, Police officers can be at ease and will be able to identify
the violations that are in the traffic footage and also be able
to get the details of the violator’s vehicle from the image and
the videos.
Figure 2: System Architecture
The figure 2 depicts the basic system architecture which
includes the input image as a video through camera and this
image is processed and if any violations then helmet, triple
riding, signal jumping and no parking are all detected.
2.1 Data Acquisition
Figure 3: Data Acquisition
As shown in the Figure 3 the information set is collected
from a source and a total analysis is carried out.
The picture is chosen to be utilized for training/testing
purposes as it were in the event that it matches
our requirements and isn't repeated.
2.2Pre-Processing the Data Set
The Figure 4 shows how the datasetisinvolvedinconverting
the image from the RGB format to greyscale to ease
processing, the use of an averaging filter to filter out the
noise, global basic thresholding to remove the background
and consider only the image and a high- pass filter to
sharpen the image by amplifying the finer details. In initial
step of pre-processing is converting the image data from
RGB to Greyscale. It can be obtained by applying the below
formula to the RGB image.
Figure 4: Pre-processing the Dataset
Noise Removal:
Noise removal algorithm is the method of removing or
diminishing the noise from the picture. The noise expulsion
calculations reduce or expel the visibility of noise by
smoothing the complete picture clearing out regions close
differentiate boundaries. Noise removal isthesecondstep in
image pre-processing. Here the grayscale picture whichwas
gotten within the last step is given as input. Here we are
making utilize Median Filter whichcouldbea NoiseRemoval
Technique.
2.3Feature Extraction
We utilize a strategy called Histogram Orientation Gradient
(HOG) to extract the highlights from the pre-processed
picture gotten as input. In Figure 5 we can observe the
feature extraction from the image. It includes different steps
like finding Gx and Gy, which are gradients about every pixel
within the x and y axes. After calculating Gx and Gy,
magnitude and angle of each pixel is calculated using the
formulae mentioned below.
Magnitude (μ) =√(G_x^2+G_y^2) Angle(θ)=|(tan-
1)(G_y/G_x)|
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2748
Figure 5: Feature Extraction
2.4Classification using CNN:
When CNN is used for classification, we don’t have to do
featureextraction. FeatureExtraction will alsobecarriedout
by CNN. We feed the pre-processed image directly to CNN
classifier to obtain the type of required data that is present.
As shown in the flowchart figure 6 classification of matrix is
done in step-by-step manner.
Figure 6: Classification using CNN
2.5Violation Detection
a.) Yolo: YOLO also known as ‘You Only Look Once’ is
basedconvolutionalneuralnetworks(CNN)toidentify
objects in real-time. This algorithm performs by
putting in a single neuralnetworkonafull-sizedimage
and then that image is divided in severalsubpartsand
with the help of bounding boxes and the probabilities
for each of those boxes are predicted. Any image that
is inserted will be applied with grid lines then each
grid box is check for the probability of the trained
image. If an object center is appeared within a certain
grid cell, then that cell will beresponsiblefordetecting
it. A bounding box is nothing but a outline that shows
up an object in an image. As shown in the figure 7 a
person is detected within a bounding box. It uses a
single bounding box regression to predict the height,
width, center, and class of objects. For Optimizing it
uses the sum-squared error loss function which is a
better way to optimize the images.
Figure 7: Yolo bounding box
b.) OCR: This algorithm is mainlyusedtopinpointcertain
fragment or the figure in computerised image or in a
video stream. In the presented framework as shown
in the figure 8 OCR is used for Recognition of
Characters on the License Plates. The algorithm isnot
only restricted for pointing out the words, it is also
able to identify and read numbers and codes that are
present in the input. Its applications are abundant
across many industries for pointing out long string
characters and letter along with serial numerical. In
the figure we can observe the recognition of number
plates.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2749
Figure 8: OCR for Number Plate Recognition
c.) Image AI: This is an open-sourcepythonlibrarythatis
built on TensorFlow, it wouldhelpdevelopersto build
applications and systems that have self-contained
Deep Learning andComputerVisioncapabilitiesusing
simple and less line of code. Image AI givesanawfully
strong still simpler to utilize set of classes and
function modules. that would help in performing
complex video object detections and also in tracking
and video analysis. It supports many other deep
learning algorithms such as YOLO V3 and Tiny Yolov3
etc., This library does require high speed GPU to run
smoothly as it provides fast and accurate outputs. In
the presented system this library is usedfordetecting
the accidents that occur in video footages or in an
image input.
3. RESULT & CONCLUSIONS
This presented system can be utilized for tracking
violations and also in providingassistancesforanyoccurring
accidents. These tasks can be tracked in TMC/NOC’s. Traffic
violations can be detected efficiently with the algorithm
proposed. The program runtime on a normal computer is
slow whereas in GPU system or high processing speed
capacity computers it will be quite fast. The framework
provides an effective way to identify the vehicles that
violates traffic rules and by tracking the accidents it gives a
way to assist the accident scenes faster.
Figure 9:
When the figure 9 is uploaded, at first Motorcycle is
detected, then its checks for other violations and identifies
the violation as triple riding .below is the output.
Figure 10:
When the figure 10 is uploaded, at first Motorcycle is
detected, then its checks for other violations and identifies
the violation as triple riding and no helmet violation is
detected as shown below.
Figure 11:
When the figure 11 is uploaded, at firstvehiclesaredetected,
if it is detected then its checks for red color in image and if
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2750
identified it shows violation as signal jumping in the below
output.
Figure 12:
The figure 12 is identified by the system as it checks the
vehicles for violating no parking. Output is shown below.
Figure 13:
In figure 13, accident is detected, we can observe the
predictions and probabilities. The predictions are done for
identifying fire in the scene, sparse traffic, dense traffic and
accidents.
Figure 14:
In figure 14, the use of OCR algorithm can be observed. The
number plate is detected with the help of openalpr API and
the result is as shown. After detecting number plate SMS
intimation is sent to the violator.
.
Figure 15:
In figure 15, we can observe SMS alert that is sent by the
system after identifying the violator’s number plate.
CONCLUSION
The presented systemwill be abletosupplementthe work
of traffic police and assist them in pin-pointing the
violations. And also, it makes their job easier to control the
traffic and take any required measures against the violators.
It creates consciousness within the people of the county to
strictly follow the traffic rules. Detecting accidents in a live
stream and also in the recorded videoshelpstheTMCtotake
actions faster and provide assistance in better way.
REFERENCES
[1] Nikhil Chakravarthy Mallela, Rohit Volety, Srinivasa
Perumal R, Nadesh R K,IEEE,” Detection of the triple
riding and speed violation on two-wheelers using deep
learning algorithms”
[2] P.Meghana, S. SagarImambi, P. Sivateja, K. Sairam 2019,
“Image Recognition for Automatic Number Plate”.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2751
[3] Felix Wilhelm Siebert, Deike Albers,UAungNaing, Paolo
Perego, Chamaiparn Santikarn, 2019 , “Patterns of
motorcycle helmet use – A naturalistic observation
study in Myanmar”.
[4] .Narong Boonsirisumpun, Wichai Puarungroj, and
Phonratichi Wairotchanaphuttha, 2018,” Automatic
Detector for Bikers with no Helmet using Deep
Learning”.
[5] Tsung-Yi, Lin Priya, Goyal Ross, Girshick Kaiming ,He
Piotr Doll´ar,2020,”Focal Loss for Dense Object
Detection “.
[6] C. Vishnu, Dinesh Singh, C. Krishna Mohan and Sobhan
Babu, 2017,” Detection of Motorcyclists withoutHelmet
in Videos using Convolutional Neural Network”
[7] ]AmirgaliyevBeibut, KairanbayMagzhan, Kenshimov
Chingiz, 2018,” Effective Algorithms and Methods for
Automatic Number Plate Recognition”.
[8] ]Yuan Jing, BaharYoussefi, MitraMirhassani,
RobertoMuscedere,2017,” An Efficient FPGA
Implementation of Optical Character Recognition for
License Plate Recognition”.
[9] Sergio Robles-Serrano , German Sanchez-Torres and
John Branch-Bedoya, 2021, “Automatic Detection of
Traffic Accidents from Video Using Deep Learning
Techniques”.
[10] Worawut Yimyam, Mahasak Ketcham,2017, “The
Automated Parking Fee Calculation Using License Plate
Recognition System”.

More Related Content

Similar to Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance

Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...IRJET Journal
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
IRJET - Pothole Detection System
IRJET -  	  Pothole Detection SystemIRJET -  	  Pothole Detection System
IRJET - Pothole Detection SystemIRJET Journal
 
IRJET - Smart Parking Guidance System
IRJET -  	  Smart Parking Guidance SystemIRJET -  	  Smart Parking Guidance System
IRJET - Smart Parking Guidance SystemIRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemIRJET Journal
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionIRJET Journal
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...IRJET Journal
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET Journal
 
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMPOTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMIRJET Journal
 
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET Journal
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET Journal
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET Journal
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET Journal
 
IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET Journal
 
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingAutomatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingIRJET Journal
 
IRJET - Traffic Density Estimation by Counting Vehicles using Aggregate Chann...
IRJET - Traffic Density Estimation by Counting Vehicles using Aggregate Chann...IRJET - Traffic Density Estimation by Counting Vehicles using Aggregate Chann...
IRJET - Traffic Density Estimation by Counting Vehicles using Aggregate Chann...IRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET Journal
 
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...IRJET Journal
 
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET Journal
 

Similar to Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance (20)

Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
IRJET - Pothole Detection System
IRJET -  	  Pothole Detection SystemIRJET -  	  Pothole Detection System
IRJET - Pothole Detection System
 
IRJET - Smart Parking Guidance System
IRJET -  	  Smart Parking Guidance SystemIRJET -  	  Smart Parking Guidance System
IRJET - Smart Parking Guidance System
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate Detection
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
 
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMPOTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
 
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLAB
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
 
IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image Processing
 
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingAutomatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
 
IRJET - Traffic Density Estimation by Counting Vehicles using Aggregate Chann...
IRJET - Traffic Density Estimation by Counting Vehicles using Aggregate Chann...IRJET - Traffic Density Estimation by Counting Vehicles using Aggregate Chann...
IRJET - Traffic Density Estimation by Counting Vehicles using Aggregate Chann...
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
 
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
 
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 

Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2746 Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance Dr Achyutha Prasad N1, Prabudh R2, Priyanka A G3, Punith M4 1Professor, Department. of CSE, East West Institute of Technology, Bangalore, Karnataka, India 2-4Department of CSE, East West Institute of Technology, Bangalore, Karnataka, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - There’s be high growth in population and most of the people prefer comfort. Nowadays a greater number of automobiles are being purchased in cities and also in growing rural areas. Due to more number vehicles results in heavy traffic, and controlling traffic is becoming more and more tough for the traffic police to handle. Other effect is a greater number of accidents occur which may lead to loss of several lives. In these situations, it creates necessity for develop a effective system that helps in detection oftrafficviolations and help in regulating the trafficrulesandreduceinconvenienceto the people. This proposed system can be put it in use in detecting violations such as Signal jumping, Triple riding, Helmet detection, No parking and can also detect the accidents that occur and the found traffic violators can be apprehended for breaking these rules, this framework is to assist traffic police who monitor the traffic manually in the IT cell. Key Words: Violation Detection, YOLO ,Convolutional Neural Network, Accident Assistance, Image AI. 1.INTRODUCTION A Traffic violation detection framework must be realized in real time as the specialists track the streets all the time. Hence, traffic police will be at ease in actualizing safer roads precisely, but moreover effectively; as the traffic detection system identifies violation quicker than people. A better framework that is easy to use and work well in monitoring the traffic and taking actions against those violators and detecting accidents and providing assistance is established. This framework is to assist traffic police who monitor the traffic manually in the IT cell and also with the live camera monitoring present in those TMC’s (Traffic Management Centre) it is easy to track the violation and if there’s any accident found or detected it can be assisted right away without any delay. The monitoring framework can be scaled exterior the city to provincial & thruways without extra taking a toll. Since the video is being captured the total city will be covered rather than only signals and intersections. This moreover enables traffic police to capture traffic violation happening in little paths to thruways wherever the camera is present. These monitoring of violations and assistance to accidents can be efficiently be monitored and tracked in Traffic Management Centre /Traffic Operations Centre’s. TMC have high-speedmonitoringsystem, with360- degree surveillance inputandalsothesystemswill havehigh GPU which is very much required for this framework to work effectively and efficiently. In Figure 1 we can observe the TMC [Traffic Management Center] where the majority of presented system will be put in use. Figure 1: TMC [Traffic Management Center] 1.1 Literature Survey The Framework that previously existed was only able to identify asingle violation andalsothecapturedimagesbythe traffic police were not enough forproper identificationofthe violators. The captured images or the video by the traffic police were sent the IT cell where the footages were checked manually to identify the violator. Because of that many violators would be left out and would go unrecognized. As this is handled manually, it gets to be a tiring work for the group to continuously screen the screens and not let any violation go undetected through such tremendous traffic within the nation. 2. PROPOSED SYSTEM The objective ofthe project isto computerize the traffic rul es violation location system and also this framework is to assist traffic police who monitor the traffic manually in the IT cell and make their job at ease. At TMC or Traffic IT Cell they screen live video streams of traffic and with the help of the proposed framework the violatorswill bedetected easily and because of the system high-speed processortherewon’t be any delays. Once the violations are detected the framework checks for the number plate, once. that is
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2747 identified a SMS alert is sent to the violator. If any accidents are detected in the live streams, then a swift assistance can be delivered to that location with the help of TMC. Identifying and following the vehicle andtheiractivities precisely is the most need of the framework. Withthehelpof this, Police officers can be at ease and will be able to identify the violations that are in the traffic footage and also be able to get the details of the violator’s vehicle from the image and the videos. Figure 2: System Architecture The figure 2 depicts the basic system architecture which includes the input image as a video through camera and this image is processed and if any violations then helmet, triple riding, signal jumping and no parking are all detected. 2.1 Data Acquisition Figure 3: Data Acquisition As shown in the Figure 3 the information set is collected from a source and a total analysis is carried out. The picture is chosen to be utilized for training/testing purposes as it were in the event that it matches our requirements and isn't repeated. 2.2Pre-Processing the Data Set The Figure 4 shows how the datasetisinvolvedinconverting the image from the RGB format to greyscale to ease processing, the use of an averaging filter to filter out the noise, global basic thresholding to remove the background and consider only the image and a high- pass filter to sharpen the image by amplifying the finer details. In initial step of pre-processing is converting the image data from RGB to Greyscale. It can be obtained by applying the below formula to the RGB image. Figure 4: Pre-processing the Dataset Noise Removal: Noise removal algorithm is the method of removing or diminishing the noise from the picture. The noise expulsion calculations reduce or expel the visibility of noise by smoothing the complete picture clearing out regions close differentiate boundaries. Noise removal isthesecondstep in image pre-processing. Here the grayscale picture whichwas gotten within the last step is given as input. Here we are making utilize Median Filter whichcouldbea NoiseRemoval Technique. 2.3Feature Extraction We utilize a strategy called Histogram Orientation Gradient (HOG) to extract the highlights from the pre-processed picture gotten as input. In Figure 5 we can observe the feature extraction from the image. It includes different steps like finding Gx and Gy, which are gradients about every pixel within the x and y axes. After calculating Gx and Gy, magnitude and angle of each pixel is calculated using the formulae mentioned below. Magnitude (μ) =√(G_x^2+G_y^2) Angle(θ)=|(tan- 1)(G_y/G_x)|
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2748 Figure 5: Feature Extraction 2.4Classification using CNN: When CNN is used for classification, we don’t have to do featureextraction. FeatureExtraction will alsobecarriedout by CNN. We feed the pre-processed image directly to CNN classifier to obtain the type of required data that is present. As shown in the flowchart figure 6 classification of matrix is done in step-by-step manner. Figure 6: Classification using CNN 2.5Violation Detection a.) Yolo: YOLO also known as ‘You Only Look Once’ is basedconvolutionalneuralnetworks(CNN)toidentify objects in real-time. This algorithm performs by putting in a single neuralnetworkonafull-sizedimage and then that image is divided in severalsubpartsand with the help of bounding boxes and the probabilities for each of those boxes are predicted. Any image that is inserted will be applied with grid lines then each grid box is check for the probability of the trained image. If an object center is appeared within a certain grid cell, then that cell will beresponsiblefordetecting it. A bounding box is nothing but a outline that shows up an object in an image. As shown in the figure 7 a person is detected within a bounding box. It uses a single bounding box regression to predict the height, width, center, and class of objects. For Optimizing it uses the sum-squared error loss function which is a better way to optimize the images. Figure 7: Yolo bounding box b.) OCR: This algorithm is mainlyusedtopinpointcertain fragment or the figure in computerised image or in a video stream. In the presented framework as shown in the figure 8 OCR is used for Recognition of Characters on the License Plates. The algorithm isnot only restricted for pointing out the words, it is also able to identify and read numbers and codes that are present in the input. Its applications are abundant across many industries for pointing out long string characters and letter along with serial numerical. In the figure we can observe the recognition of number plates.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2749 Figure 8: OCR for Number Plate Recognition c.) Image AI: This is an open-sourcepythonlibrarythatis built on TensorFlow, it wouldhelpdevelopersto build applications and systems that have self-contained Deep Learning andComputerVisioncapabilitiesusing simple and less line of code. Image AI givesanawfully strong still simpler to utilize set of classes and function modules. that would help in performing complex video object detections and also in tracking and video analysis. It supports many other deep learning algorithms such as YOLO V3 and Tiny Yolov3 etc., This library does require high speed GPU to run smoothly as it provides fast and accurate outputs. In the presented system this library is usedfordetecting the accidents that occur in video footages or in an image input. 3. RESULT & CONCLUSIONS This presented system can be utilized for tracking violations and also in providingassistancesforanyoccurring accidents. These tasks can be tracked in TMC/NOC’s. Traffic violations can be detected efficiently with the algorithm proposed. The program runtime on a normal computer is slow whereas in GPU system or high processing speed capacity computers it will be quite fast. The framework provides an effective way to identify the vehicles that violates traffic rules and by tracking the accidents it gives a way to assist the accident scenes faster. Figure 9: When the figure 9 is uploaded, at first Motorcycle is detected, then its checks for other violations and identifies the violation as triple riding .below is the output. Figure 10: When the figure 10 is uploaded, at first Motorcycle is detected, then its checks for other violations and identifies the violation as triple riding and no helmet violation is detected as shown below. Figure 11: When the figure 11 is uploaded, at firstvehiclesaredetected, if it is detected then its checks for red color in image and if
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2750 identified it shows violation as signal jumping in the below output. Figure 12: The figure 12 is identified by the system as it checks the vehicles for violating no parking. Output is shown below. Figure 13: In figure 13, accident is detected, we can observe the predictions and probabilities. The predictions are done for identifying fire in the scene, sparse traffic, dense traffic and accidents. Figure 14: In figure 14, the use of OCR algorithm can be observed. The number plate is detected with the help of openalpr API and the result is as shown. After detecting number plate SMS intimation is sent to the violator. . Figure 15: In figure 15, we can observe SMS alert that is sent by the system after identifying the violator’s number plate. CONCLUSION The presented systemwill be abletosupplementthe work of traffic police and assist them in pin-pointing the violations. And also, it makes their job easier to control the traffic and take any required measures against the violators. It creates consciousness within the people of the county to strictly follow the traffic rules. Detecting accidents in a live stream and also in the recorded videoshelpstheTMCtotake actions faster and provide assistance in better way. REFERENCES [1] Nikhil Chakravarthy Mallela, Rohit Volety, Srinivasa Perumal R, Nadesh R K,IEEE,” Detection of the triple riding and speed violation on two-wheelers using deep learning algorithms” [2] P.Meghana, S. SagarImambi, P. Sivateja, K. Sairam 2019, “Image Recognition for Automatic Number Plate”.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2751 [3] Felix Wilhelm Siebert, Deike Albers,UAungNaing, Paolo Perego, Chamaiparn Santikarn, 2019 , “Patterns of motorcycle helmet use – A naturalistic observation study in Myanmar”. [4] .Narong Boonsirisumpun, Wichai Puarungroj, and Phonratichi Wairotchanaphuttha, 2018,” Automatic Detector for Bikers with no Helmet using Deep Learning”. [5] Tsung-Yi, Lin Priya, Goyal Ross, Girshick Kaiming ,He Piotr Doll´ar,2020,”Focal Loss for Dense Object Detection “. [6] C. Vishnu, Dinesh Singh, C. Krishna Mohan and Sobhan Babu, 2017,” Detection of Motorcyclists withoutHelmet in Videos using Convolutional Neural Network” [7] ]AmirgaliyevBeibut, KairanbayMagzhan, Kenshimov Chingiz, 2018,” Effective Algorithms and Methods for Automatic Number Plate Recognition”. [8] ]Yuan Jing, BaharYoussefi, MitraMirhassani, RobertoMuscedere,2017,” An Efficient FPGA Implementation of Optical Character Recognition for License Plate Recognition”. [9] Sergio Robles-Serrano , German Sanchez-Torres and John Branch-Bedoya, 2021, “Automatic Detection of Traffic Accidents from Video Using Deep Learning Techniques”. [10] Worawut Yimyam, Mahasak Ketcham,2017, “The Automated Parking Fee Calculation Using License Plate Recognition System”.