SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3261
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
J Rahul Sai1, Satish N2, Rathla Amber Singh3, G Ramani4
*123 Student, Department Of Computer Science And Engineering, B V Raju Institute Of Technology, Medak,
Telangana State, India.
*4 Assistant Professor, Department Of Computer Science And Engineering, B V Raju Institute Of Technology, Medak,
Telangana State, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Roads are connecting lines between different places and are used in our daily life. Road’s periodic maintenance keeps
them safe and functional, unlike which may increase the number of accidents. Detecting and reporting the existenceof potholesto
responsible departments can save the roads from getting worse in turn lowering the number of accidents. Many researches
proposed these type of detection through frameworks like tensorflow and keras but the real game player is darknet with yolo.
Darknet is written in C programming language and is known for its speed and accuracy.
In this project we are using darknet along with yolov4 to detect the potholes.
Key Words: Pothole, detection, darknet, yolov4
1. INTRODUCTION
Roads are the arteries through which the economy pulses. By linking producers to markets, workers to jobs, students to
school, and the sick to hospitals, roads are vital to any development agenda. According to an article published in “World
Economic Forum” Since 2002, the World Bank has constructed or rehabilitated more than 260,000 km of roads. It lends
more for roads than for education, health, and social services combined.
Poorly maintained roads are a fact of life in most developing countries including India. A well maintained road network is
must for the well-being and the development of the country. The transportation through road is easy, favorable, versatile
and speedier. So, it is necessary to create an effective road surface monitoring system. Automated Pothole detection is
used to the pothole, its dimensions and place where it is located. All these information is sent to the database and the
authorities can access the data to make visualizations and know the required resources to resolve the problem. The
proposed solution to the road safety and monitoring is a cost effective, time saving, simpler and very accurate process.
Implementation Process:
1. System:
1.1 Store Dataset:
The System stores the dataset given by the user.
1.2 Pre-processing
We have to resize the images, because the image size captured and fed to the model is different. We used Gaussian blur
method to remove the unwanted noise from the image.
1.3 Model Training:
The system takes the data from the user and fed that data to the darknet yolov4 model.
1.4 Weights Generation:
The weights get generated after every iteration, we have to choose the best weights out of the benchmark that we have set
for model training.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3262
2. User:
2.1 Upload Dataset:
The user can load the image he/she want to work on.
2.2 View Dataset:
After loading the image, the User gets the chance to view the image.
2.3 Click detect:
After clicking on the detect the model runs with the best weights and detects the pothole.
2.4 Result:
If a pothole is present in the image then it gets detected with the bounding box and the co-osrdinates of the detected part
of the image are showed on the left side of the image.
Out of various pothole detection methods like vibration based, 3 D construction based methods we choose vision based
approach as it give the result very accurate, cost and time consuming and on top of that all the process is simpler to use.
Object detection is one of the widely used study along with deep learning, a subsidy of the computer vision that deals with
detecting classes or instances such as humans, helmets, or potholes in digital images and videos.
Fig -1: Flowchart for the execution of the project
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3263
accuracy when combined with yolo. Its because the framework is written in C. It is open source and the documentation is
simple to understand and work on.
YOLOV4:
All the yolo models are object detection methods and they are trained and tested on COCO dataset which contains 80 object
classes and are generalized on speed and accuracy. Here in our project we have used YOLOV4 as the object detectionmodel as
it out performs all its previous versions. The main reason being is the backbone used in Yolov4 is CSPDarknet53 which is a
densenet, was designed toconnectthe Convolutional Neural Network (cnn) layers to elevatethevanishing gradientproblem.
Yolov4 employs special features like “Bag of Freebies” and “Bag of Specials”whichhelpinthedata augmentationandimproves
the performances of the model.
In summary, YOLOv4 is a distillation of a large suite of techniques for object detection in computer vision. These techniques
have been tested and improved to form the best real time object detector in the game, and it is lightweight and easy to use.
3. RESULTS
Most of the object detection tasks are measured by calculating mAP (mean average precision). mAP is the best known
evaluation metric one case use in the computer vision models. The general definition for the Average Precision (AP) is finding
the area under the precision-recall curve, and mAP is the average ofAP.
HOME SCREEN:
Fig-2: Home Screen
Darknet Framework:
Darknet is framework like tensorflow and keras, but much faster than these two in terms of object detection’s speed and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3264
Fig-3: Uploading the Image
CASE STUDY -1 :
Fig-4 : Reviewing the Result
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3265
CASE STUDY-2:
Fig-5 : Reviewing the Result 2
4. CONCLUSIONS
The work that is carried out by us in this paper helps the NHAI (National Highway Authorities of India) , the local
Governments to detect and maintain the potholes and the road surface at regulatory periods respectively. This will be a cost
effective solution for the government to maintain the roads in a safer manner which in turn decreases the number of
accidents and also increases the life-time of vehicles. The proposed methodology of detection using darknet and yolov4
gives better results any other object detection models.
REFERENCES
[1] YoungwanLee and Jongyoul Park. CenterMask: Real-time anchor-free instancesegmentation.InProceedingsofthe IEEE
Conference on Computer Vision and Pattern Recognition (CVPR), 2020. 12, 13
[2] Shuai Li, Lingxiao Yang, Jianqiang Huang, Xian-Sheng Hua, and Lei Zhang. Dynamic anchor feature selection for single-
shot object detection.In Proceedings of the IEEEInternationalConferenceonComputerVision(ICCV),pages6609–6618, 2019.
[3] Yanghao Li, Yuntao Chen, Naiyan Wang, and Zhaoxiang Zhang. Scale-aware trident networks for object detection. In
Proceedings of the IEEE International Conference on Computer Vision (ICCV), pages 6054–6063,2019.
[4] Zeming Li, Chao Peng, Gang Yu, Xiangyu Zhang, Yangdong Deng, and Jian Sun. DetNet: Design backbone for object
detection. In Proceedings of the European Conference on Computer Vision (ECCV), pages 334–350,2018.
[5] Tsung-Yi Lin, Piotr Dollar, Ross Girshick, Kaiming He, ´ Bharath Hariharan, and Serge Belongie. Feature pyramid
networks for object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition
(CVPR), pages 2117–2125, 2017.
[6] Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He, and Piotr Dollar. Focal loss for dense object detection. In ´
Proceedings of the IEEE International Conference on Computer Vision (ICCV), pages 2980–2988,2017.
[7] Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dollar, and ´ C
Lawrence Zitnick. Microsoft COCO: Common objects in context. In Proceedings of the European Conference on Computer Vision
(ECCV), pages 740–755, 2014.

Más contenido relacionado

Similar a ROAD POTHOLE DETECTION USING YOLOV4 DARKNET

Similar a ROAD POTHOLE DETECTION USING YOLOV4 DARKNET (20)

Object Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNNObject Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNN
 
IRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind Assistance
 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for Animation
 
Object Detection Using YOLO Models
Object Detection Using YOLO ModelsObject Detection Using YOLO Models
Object Detection Using YOLO Models
 
Intelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIntelligent Traffic Light Control System
Intelligent Traffic Light Control System
 
Real time ship detection using YOLOv5
Real time ship detection using YOLOv5Real time ship detection using YOLOv5
Real time ship detection using YOLOv5
 
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISIONREAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
 
Safety Helmet Detection in Engineering and Management
Safety Helmet Detection in Engineering and ManagementSafety Helmet Detection in Engineering and Management
Safety Helmet Detection in Engineering and Management
 
Realtime Face mask Detector using YoloV4
Realtime Face mask Detector using YoloV4Realtime Face mask Detector using YoloV4
Realtime Face mask Detector using YoloV4
 
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
 
Intelligent System For Face Mask Detection
Intelligent System For Face Mask DetectionIntelligent System For Face Mask Detection
Intelligent System For Face Mask Detection
 
Drishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindDrishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for Blind
 
IRJET - Autonomous Navigation System using Deep Learning
IRJET -  	  Autonomous Navigation System using Deep LearningIRJET -  	  Autonomous Navigation System using Deep Learning
IRJET - Autonomous Navigation System using Deep Learning
 
DYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT DETECTION
DYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT DETECTIONDYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT DETECTION
DYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT DETECTION
 
IRJET- Object Detection and Recognition using Single Shot Multi-Box Detector
IRJET- Object Detection and Recognition using Single Shot Multi-Box DetectorIRJET- Object Detection and Recognition using Single Shot Multi-Box Detector
IRJET- Object Detection and Recognition using Single Shot Multi-Box Detector
 
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
 
IRJET- Criminal Recognization in CCTV Surveillance Video
IRJET-  	  Criminal Recognization in CCTV Surveillance VideoIRJET-  	  Criminal Recognization in CCTV Surveillance Video
IRJET- Criminal Recognization in CCTV Surveillance Video
 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection System
 
IRJET- Real-Time Object Detection System using Caffe Model
IRJET- Real-Time Object Detection System using Caffe ModelIRJET- Real-Time Object Detection System using Caffe Model
IRJET- Real-Time Object Detection System using Caffe Model
 
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
 

Más de IRJET Journal

Más de 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...
 

Último

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
Health
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 

Último (20)

Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 

ROAD POTHOLE DETECTION USING YOLOV4 DARKNET

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3261 ROAD POTHOLE DETECTION USING YOLOV4 DARKNET J Rahul Sai1, Satish N2, Rathla Amber Singh3, G Ramani4 *123 Student, Department Of Computer Science And Engineering, B V Raju Institute Of Technology, Medak, Telangana State, India. *4 Assistant Professor, Department Of Computer Science And Engineering, B V Raju Institute Of Technology, Medak, Telangana State, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Roads are connecting lines between different places and are used in our daily life. Road’s periodic maintenance keeps them safe and functional, unlike which may increase the number of accidents. Detecting and reporting the existenceof potholesto responsible departments can save the roads from getting worse in turn lowering the number of accidents. Many researches proposed these type of detection through frameworks like tensorflow and keras but the real game player is darknet with yolo. Darknet is written in C programming language and is known for its speed and accuracy. In this project we are using darknet along with yolov4 to detect the potholes. Key Words: Pothole, detection, darknet, yolov4 1. INTRODUCTION Roads are the arteries through which the economy pulses. By linking producers to markets, workers to jobs, students to school, and the sick to hospitals, roads are vital to any development agenda. According to an article published in “World Economic Forum” Since 2002, the World Bank has constructed or rehabilitated more than 260,000 km of roads. It lends more for roads than for education, health, and social services combined. Poorly maintained roads are a fact of life in most developing countries including India. A well maintained road network is must for the well-being and the development of the country. The transportation through road is easy, favorable, versatile and speedier. So, it is necessary to create an effective road surface monitoring system. Automated Pothole detection is used to the pothole, its dimensions and place where it is located. All these information is sent to the database and the authorities can access the data to make visualizations and know the required resources to resolve the problem. The proposed solution to the road safety and monitoring is a cost effective, time saving, simpler and very accurate process. Implementation Process: 1. System: 1.1 Store Dataset: The System stores the dataset given by the user. 1.2 Pre-processing We have to resize the images, because the image size captured and fed to the model is different. We used Gaussian blur method to remove the unwanted noise from the image. 1.3 Model Training: The system takes the data from the user and fed that data to the darknet yolov4 model. 1.4 Weights Generation: The weights get generated after every iteration, we have to choose the best weights out of the benchmark that we have set for model training.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3262 2. User: 2.1 Upload Dataset: The user can load the image he/she want to work on. 2.2 View Dataset: After loading the image, the User gets the chance to view the image. 2.3 Click detect: After clicking on the detect the model runs with the best weights and detects the pothole. 2.4 Result: If a pothole is present in the image then it gets detected with the bounding box and the co-osrdinates of the detected part of the image are showed on the left side of the image. Out of various pothole detection methods like vibration based, 3 D construction based methods we choose vision based approach as it give the result very accurate, cost and time consuming and on top of that all the process is simpler to use. Object detection is one of the widely used study along with deep learning, a subsidy of the computer vision that deals with detecting classes or instances such as humans, helmets, or potholes in digital images and videos. Fig -1: Flowchart for the execution of the project
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3263 accuracy when combined with yolo. Its because the framework is written in C. It is open source and the documentation is simple to understand and work on. YOLOV4: All the yolo models are object detection methods and they are trained and tested on COCO dataset which contains 80 object classes and are generalized on speed and accuracy. Here in our project we have used YOLOV4 as the object detectionmodel as it out performs all its previous versions. The main reason being is the backbone used in Yolov4 is CSPDarknet53 which is a densenet, was designed toconnectthe Convolutional Neural Network (cnn) layers to elevatethevanishing gradientproblem. Yolov4 employs special features like “Bag of Freebies” and “Bag of Specials”whichhelpinthedata augmentationandimproves the performances of the model. In summary, YOLOv4 is a distillation of a large suite of techniques for object detection in computer vision. These techniques have been tested and improved to form the best real time object detector in the game, and it is lightweight and easy to use. 3. RESULTS Most of the object detection tasks are measured by calculating mAP (mean average precision). mAP is the best known evaluation metric one case use in the computer vision models. The general definition for the Average Precision (AP) is finding the area under the precision-recall curve, and mAP is the average ofAP. HOME SCREEN: Fig-2: Home Screen Darknet Framework: Darknet is framework like tensorflow and keras, but much faster than these two in terms of object detection’s speed and
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3264 Fig-3: Uploading the Image CASE STUDY -1 : Fig-4 : Reviewing the Result
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3265 CASE STUDY-2: Fig-5 : Reviewing the Result 2 4. CONCLUSIONS The work that is carried out by us in this paper helps the NHAI (National Highway Authorities of India) , the local Governments to detect and maintain the potholes and the road surface at regulatory periods respectively. This will be a cost effective solution for the government to maintain the roads in a safer manner which in turn decreases the number of accidents and also increases the life-time of vehicles. The proposed methodology of detection using darknet and yolov4 gives better results any other object detection models. REFERENCES [1] YoungwanLee and Jongyoul Park. CenterMask: Real-time anchor-free instancesegmentation.InProceedingsofthe IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2020. 12, 13 [2] Shuai Li, Lingxiao Yang, Jianqiang Huang, Xian-Sheng Hua, and Lei Zhang. Dynamic anchor feature selection for single- shot object detection.In Proceedings of the IEEEInternationalConferenceonComputerVision(ICCV),pages6609–6618, 2019. [3] Yanghao Li, Yuntao Chen, Naiyan Wang, and Zhaoxiang Zhang. Scale-aware trident networks for object detection. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pages 6054–6063,2019. [4] Zeming Li, Chao Peng, Gang Yu, Xiangyu Zhang, Yangdong Deng, and Jian Sun. DetNet: Design backbone for object detection. In Proceedings of the European Conference on Computer Vision (ECCV), pages 334–350,2018. [5] Tsung-Yi Lin, Piotr Dollar, Ross Girshick, Kaiming He, ´ Bharath Hariharan, and Serge Belongie. Feature pyramid networks for object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 2117–2125, 2017. [6] Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He, and Piotr Dollar. Focal loss for dense object detection. In ´ Proceedings of the IEEE International Conference on Computer Vision (ICCV), pages 2980–2988,2017. [7] Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dollar, and ´ C Lawrence Zitnick. Microsoft COCO: Common objects in context. In Proceedings of the European Conference on Computer Vision (ECCV), pages 740–755, 2014.