SlideShare a Scribd company logo
1 of 12
Next gen self driving safety with pothole detection via AI and
YOLO V8 deep learning
Presented By <Batch – Batch No.>
1. <Name><Roll No.> 3. <Name><Roll No.>
2. <Name><Roll No.> 4. <Name><Roll No.>
Under the guidance of:
<Faculty Name><Highest Qualification only>
<Academic Designation Only>
OUTLINE
1. Abstract
2. Introduction
3. Problem Definition
4. Objectives
5. Existing System
 Limitations / Disadvantages
6. Proposed System
 Proposed System Block Diagram
7. References
ABSTRACT
• Pothole detection plays a crucial role in ensuring road safety and maintenance. In
this study, we explore the application of YOLOv8, an efficient object detection
algorithm, for the automated identification of potholes in road imagery. We leverage
a curated dataset of diverse road scenarios, annotated with bounding boxes around
potholes.
• The YOLOv8 model is configured and trained on this dataset, incorporating
variations of the YOLO architecture to enhance performance. The training process
involves optimizing parameters such as image size, batch size, and epochs. The
resulting model demonstrates the ability to detect potholes in real-world images with
a high level of accuracy.
• To assess the model's performance, we employ standard evaluation metrics,
including precision, recall, and F1 score. Additionally, we utilize Intersection over
Union (IoU) as a measure of bounding box overlap. The model is tested on a
separate validation set to ensure its generalization capability.
• In the inference phase, the trained YOLOv8 model is applied to new road images,
providing real-time detection of potholes. Post-processing techniques, such as non-
maximum suppression, are implemented to refine and filter the detected bounding
boxes.
• Our evaluation results demonstrate the effectiveness of the YOLOv8 model in
accurately identifying and localizing potholes. The chosen metrics reveal a balanced
trade-off between precision and recall, showcasing the model's reliability in practical
scenarios. The proposed approach exhibits promising potential for integration into
smart city infrastructure, contributing to proactive road maintenance and improved
public safety.
INTRODUCTION
•
A pothole is a type of road defect or depression in the surface of a road caused
by the combination of traffic wear, weathering, and the effects of freezing and
thawing. Potholes can vary in size, shape, and depth, and they pose a
significant hazard to both drivers and pedestrians.
•Potholes can cause substantial damage to vehicles, including flat tires, bent
rims, and suspension damage.
•The economic impact of potholes extends beyond individual vehicle repairs. It
includes costs associated with emergency road repairs, increased fuel
consumption, and disruptions to transportation systems.
•The World Economic Forum reports that inadequate road infrastructure is a
significant impediment to economic growth and development, emphasizing the
importance of proactive maintenance.
PROBLEM DEFINITION
• Haar cascades or template matching, might struggle to
achieve both accuracy and real-time performance
simultaneously. Accurate pothole detection requires
capturing various shapes, sizes, and lighting conditions.
• Traditional CNN-based object detection approaches (e.g.,
R-CNN, Fast R-CNN, Faster R-CNN, Mask R-CNN) use a
two-stage approach involving region proposal and
classification.
• CNN is Slower compared to YOLO, especially when
dealing with multiple region proposals. Multiple passes
through the network for region proposals and object
classification can be time-consuming.
OBJECTIVES
a. The primary objective is to enhance road safety by
developing an efficient pothole detection system.
b. Integrate the wandb (Weights & Biases) deep learning
platform to track model training progress and performance
metrics.
c. Creating a real-time prediction system for images and videos
with a Tkinter GUI
EXISTING SYSTEM
• Haar cascades or template matching
• R-CNN (Region-Based Convolutional Neural Networks)
• LeNet-5
• AlexNet
• EfficientNet
• MobileNet
LIMITATIONS
• Haar Cascades or Template Matching:
▫ Limitation: Limited to detecting simple patterns or features;
struggles with complex or varied object shapes, lighting conditions, and
scales.
• R-CNN (Region-Based Convolutional Neural Networks):
▫ Limitation: Time-consuming due to multiple regions of interest
extraction and classification; not suitable for real-time object detection.
• LeNet-5:
▫ Limitation: Designed for simpler tasks like handwritten digit
recognition; lacks depth and complexity needed for more intricate
object recognition tasks.
• AlexNet:
▫ Limitation: Depth is relatively shallow compared to modern
architectures; might not capture intricate features as effectively.
• EfficientNet:
▫ Limitation: Balance between efficiency and accuracy might not
always provide the highest performance in highly specialized tasks.
• MobileNet:
▫ Limitation: May sacrifice some accuracy due to its leading to trade-
offs between speed and precision.
PROPOSED SYSTEM
• Collect Data
• Import data into Roboflow Annotate.
• Open an image.
• Label data with bounding boxes or
polygons.
• Download annotated data
• Train the model using yolov8
• Visualize Log metrics with wandb during
model training or evaluation.
• Compare model predictions or results
• View, sort, filter and download final best
trained model
• Create GUI with TKINTER
• User image/video prediction
Software and Hardware
HARDWARE:
• Processor: Intel® Core™ i3-2350M CPU @ 2.30GHz
Installed memory (RAM):4.00GB
• System Type: 64-bit Operating System
• Hard disk: 10 GB of available space or more.
• Display: Dual XGA (1024 x 768) or higher resolution
monitors
• Operating system: Windows
SOFTWARE
• PYCHARM IDE
• ANACONDA
• ROBOFLOW ANNOTATION TOOL
• WANDB
REFERENCES
1. O. Mendoza, P. Melin and G. Licea, "A New Method for Edge Detection
in Image Processing using Interval Type-2 Fuzzy Logic," in 2007 IEEE
International Conference on Granular Computing, California, 2007.
2. T. Kim and S.-K. Ryu, "Review and analysis of pothole detection
methods," Journal of Emerging Trends in Computing and Information
Sciences, vol. 5, no. 8, pp. 603-608, 2014.
3. A. Bhat, P. Narkar, D. Shetty and D. Vyas, "Detection of Potholes using
Image Processing Techniques," IOSR Journal of Engineering, vol. 2, pp.
52-56, 2018.
4. M. Muslim, D. Sulistyaningrum and B. Setiyono, "Detection and
counting potholes using morphological method from road video," AIP
Conference Proceedings, vol. 2242, no. 1, pp. 3-11, 2020.
5. Z.-Q. Zhao, P. Zheng, S.-t. Xu and X. Wu, "Object Detection with Deep
Learning: A Review," IEEE Transactions on Neural Networks and
Learning Systems, vol. 30, no. 11, pp. 3212-3232, November 2019.
6. J. Świeżewski, "YOLO Algorithm and YOLO Object Detection: An
Introduction," 3 January 2020. [Online]. Available:
https://appsilon.com/object-detection-yolo-algorithm/.

More Related Content

Similar to 1 st review pothole srm bi1 st review pothole srm bi1 st review pothole srm bi

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- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep LearningIRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep LearningIRJET Journal
 
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...IRJET Journal
 
Real time ship detection using YOLOv5
Real time ship detection using YOLOv5Real time ship detection using YOLOv5
Real time ship detection using YOLOv5IRJET Journal
 
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningIRJET Journal
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET Journal
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET Journal
 
IRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET Journal
 
Intelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIntelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIRJET Journal
 
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 LearningIRJET Journal
 
GaruaGeo: Global Scale Data Aggregation in Hybrid Edge and Cloud Computing En...
GaruaGeo: Global Scale Data Aggregation in Hybrid Edge and Cloud Computing En...GaruaGeo: Global Scale Data Aggregation in Hybrid Edge and Cloud Computing En...
GaruaGeo: Global Scale Data Aggregation in Hybrid Edge and Cloud Computing En...Otávio Carvalho
 
AUTOMATIC LICENSE PLATE RECOGNITION USING YOLOV4 AND TESSERACT OCR
AUTOMATIC LICENSE PLATE RECOGNITION USING YOLOV4 AND TESSERACT OCRAUTOMATIC LICENSE PLATE RECOGNITION USING YOLOV4 AND TESSERACT OCR
AUTOMATIC LICENSE PLATE RECOGNITION USING YOLOV4 AND TESSERACT OCRAngie Miller
 
Attentive-YOLO: On-Site Water Pipeline Inspection Using Efficient Channel Att...
Attentive-YOLO: On-Site Water Pipeline Inspection Using Efficient Channel Att...Attentive-YOLO: On-Site Water Pipeline Inspection Using Efficient Channel Att...
Attentive-YOLO: On-Site Water Pipeline Inspection Using Efficient Channel Att...ShuvamRoy12
 
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 AssistanceIRJET Journal
 
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISIRJET Journal
 
Some Observations on Common Patterns in Information Technology
Some Observations on Common Patterns in Information TechnologySome Observations on Common Patterns in Information Technology
Some Observations on Common Patterns in Information TechnologyFranz-Josef Behr
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition SystemIRJET Journal
 
Pothole Detection Using ML and DL Algorithms
Pothole Detection Using ML and DL AlgorithmsPothole Detection Using ML and DL Algorithms
Pothole Detection Using ML and DL AlgorithmsIRJET Journal
 
Object Detection for Autonomous Cars using AI/ML
Object Detection for Autonomous Cars using AI/MLObject Detection for Autonomous Cars using AI/ML
Object Detection for Autonomous Cars using AI/MLIRJET Journal
 
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...IRJET Journal
 

Similar to 1 st review pothole srm bi1 st review pothole srm bi1 st review pothole srm bi (20)

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- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep LearningIRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep Learning
 
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
 
Real time ship detection using YOLOv5
Real time ship detection using YOLOv5Real time ship detection using YOLOv5
Real time ship detection using YOLOv5
 
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
 
IRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep Learning
 
Intelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIntelligent Traffic Light Control System
Intelligent Traffic Light Control System
 
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
 
GaruaGeo: Global Scale Data Aggregation in Hybrid Edge and Cloud Computing En...
GaruaGeo: Global Scale Data Aggregation in Hybrid Edge and Cloud Computing En...GaruaGeo: Global Scale Data Aggregation in Hybrid Edge and Cloud Computing En...
GaruaGeo: Global Scale Data Aggregation in Hybrid Edge and Cloud Computing En...
 
AUTOMATIC LICENSE PLATE RECOGNITION USING YOLOV4 AND TESSERACT OCR
AUTOMATIC LICENSE PLATE RECOGNITION USING YOLOV4 AND TESSERACT OCRAUTOMATIC LICENSE PLATE RECOGNITION USING YOLOV4 AND TESSERACT OCR
AUTOMATIC LICENSE PLATE RECOGNITION USING YOLOV4 AND TESSERACT OCR
 
Attentive-YOLO: On-Site Water Pipeline Inspection Using Efficient Channel Att...
Attentive-YOLO: On-Site Water Pipeline Inspection Using Efficient Channel Att...Attentive-YOLO: On-Site Water Pipeline Inspection Using Efficient Channel Att...
Attentive-YOLO: On-Site Water Pipeline Inspection Using Efficient Channel Att...
 
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
 
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
 
Some Observations on Common Patterns in Information Technology
Some Observations on Common Patterns in Information TechnologySome Observations on Common Patterns in Information Technology
Some Observations on Common Patterns in Information Technology
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition System
 
Pothole Detection Using ML and DL Algorithms
Pothole Detection Using ML and DL AlgorithmsPothole Detection Using ML and DL Algorithms
Pothole Detection Using ML and DL Algorithms
 
Object Detection for Autonomous Cars using AI/ML
Object Detection for Autonomous Cars using AI/MLObject Detection for Autonomous Cars using AI/ML
Object Detection for Autonomous Cars using AI/ML
 
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...
 

Recently uploaded

Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...wdefrd
 
Turn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel JohnsonTurn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel Johnsonthephillipta
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Pari Chowk | Noida
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Pari Chowk | NoidaFULL ENJOY 🔝 8264348440 🔝 Call Girls in Pari Chowk | Noida
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Pari Chowk | Noidasoniya singh
 
The First Date by Daniel Johnson (Inspired By True Events)
The First Date by Daniel Johnson (Inspired By True Events)The First Date by Daniel Johnson (Inspired By True Events)
The First Date by Daniel Johnson (Inspired By True Events)thephillipta
 
(NEHA) Call Girls Ahmedabad Booking Open 8617697112 Ahmedabad Escorts
(NEHA) Call Girls Ahmedabad Booking Open 8617697112 Ahmedabad Escorts(NEHA) Call Girls Ahmedabad Booking Open 8617697112 Ahmedabad Escorts
(NEHA) Call Girls Ahmedabad Booking Open 8617697112 Ahmedabad EscortsCall girls in Ahmedabad High profile
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...anilsa9823
 
exhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxexhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxKurikulumPenilaian
 
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comBridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comthephillipta
 
Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort ServiceYoung⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Servicesonnydelhi1992
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Vasant Kunj | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Vasant Kunj | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Vasant Kunj | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Vasant Kunj | Delhisoniya singh
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...akbard9823
 
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...anilsa9823
 
FULL ENJOY - 9953040155 Call Girls in Shaheen Bagh | Delhi
FULL ENJOY - 9953040155 Call Girls in Shaheen Bagh | DelhiFULL ENJOY - 9953040155 Call Girls in Shaheen Bagh | Delhi
FULL ENJOY - 9953040155 Call Girls in Shaheen Bagh | DelhiMalviyaNagarCallGirl
 
Alex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson StoryboardAlex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson Storyboardthephillipta
 
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...gurkirankumar98700
 
Deira Call Girls # 0522916705 # Call Girls In Deira Dubai || (UAE)
Deira Call Girls # 0522916705 #  Call Girls In Deira Dubai || (UAE)Deira Call Girls # 0522916705 #  Call Girls In Deira Dubai || (UAE)
Deira Call Girls # 0522916705 # Call Girls In Deira Dubai || (UAE)wdefrd
 
FULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
FULL ENJOY - 9953040155 Call Girls in Indirapuram | DelhiFULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
FULL ENJOY - 9953040155 Call Girls in Indirapuram | DelhiMalviyaNagarCallGirl
 
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...akbard9823
 
FULL ENJOY - 9953040155 Call Girls in Wazirabad | Delhi
FULL ENJOY - 9953040155 Call Girls in Wazirabad | DelhiFULL ENJOY - 9953040155 Call Girls in Wazirabad | Delhi
FULL ENJOY - 9953040155 Call Girls in Wazirabad | DelhiMalviyaNagarCallGirl
 
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad EscortsIslamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escortswdefrd
 

Recently uploaded (20)

Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
 
Turn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel JohnsonTurn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel Johnson
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Pari Chowk | Noida
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Pari Chowk | NoidaFULL ENJOY 🔝 8264348440 🔝 Call Girls in Pari Chowk | Noida
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Pari Chowk | Noida
 
The First Date by Daniel Johnson (Inspired By True Events)
The First Date by Daniel Johnson (Inspired By True Events)The First Date by Daniel Johnson (Inspired By True Events)
The First Date by Daniel Johnson (Inspired By True Events)
 
(NEHA) Call Girls Ahmedabad Booking Open 8617697112 Ahmedabad Escorts
(NEHA) Call Girls Ahmedabad Booking Open 8617697112 Ahmedabad Escorts(NEHA) Call Girls Ahmedabad Booking Open 8617697112 Ahmedabad Escorts
(NEHA) Call Girls Ahmedabad Booking Open 8617697112 Ahmedabad Escorts
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
 
exhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxexhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptx
 
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comBridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
 
Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort ServiceYoung⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Service
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Vasant Kunj | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Vasant Kunj | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Vasant Kunj | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Vasant Kunj | Delhi
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
 
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
 
FULL ENJOY - 9953040155 Call Girls in Shaheen Bagh | Delhi
FULL ENJOY - 9953040155 Call Girls in Shaheen Bagh | DelhiFULL ENJOY - 9953040155 Call Girls in Shaheen Bagh | Delhi
FULL ENJOY - 9953040155 Call Girls in Shaheen Bagh | Delhi
 
Alex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson StoryboardAlex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson Storyboard
 
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
 
Deira Call Girls # 0522916705 # Call Girls In Deira Dubai || (UAE)
Deira Call Girls # 0522916705 #  Call Girls In Deira Dubai || (UAE)Deira Call Girls # 0522916705 #  Call Girls In Deira Dubai || (UAE)
Deira Call Girls # 0522916705 # Call Girls In Deira Dubai || (UAE)
 
FULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
FULL ENJOY - 9953040155 Call Girls in Indirapuram | DelhiFULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
FULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
 
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
 
FULL ENJOY - 9953040155 Call Girls in Wazirabad | Delhi
FULL ENJOY - 9953040155 Call Girls in Wazirabad | DelhiFULL ENJOY - 9953040155 Call Girls in Wazirabad | Delhi
FULL ENJOY - 9953040155 Call Girls in Wazirabad | Delhi
 
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad EscortsIslamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
 

1 st review pothole srm bi1 st review pothole srm bi1 st review pothole srm bi

  • 1. Next gen self driving safety with pothole detection via AI and YOLO V8 deep learning Presented By <Batch – Batch No.> 1. <Name><Roll No.> 3. <Name><Roll No.> 2. <Name><Roll No.> 4. <Name><Roll No.> Under the guidance of: <Faculty Name><Highest Qualification only> <Academic Designation Only>
  • 2. OUTLINE 1. Abstract 2. Introduction 3. Problem Definition 4. Objectives 5. Existing System  Limitations / Disadvantages 6. Proposed System  Proposed System Block Diagram 7. References
  • 3. ABSTRACT • Pothole detection plays a crucial role in ensuring road safety and maintenance. In this study, we explore the application of YOLOv8, an efficient object detection algorithm, for the automated identification of potholes in road imagery. We leverage a curated dataset of diverse road scenarios, annotated with bounding boxes around potholes. • The YOLOv8 model is configured and trained on this dataset, incorporating variations of the YOLO architecture to enhance performance. The training process involves optimizing parameters such as image size, batch size, and epochs. The resulting model demonstrates the ability to detect potholes in real-world images with a high level of accuracy. • To assess the model's performance, we employ standard evaluation metrics, including precision, recall, and F1 score. Additionally, we utilize Intersection over Union (IoU) as a measure of bounding box overlap. The model is tested on a separate validation set to ensure its generalization capability. • In the inference phase, the trained YOLOv8 model is applied to new road images, providing real-time detection of potholes. Post-processing techniques, such as non- maximum suppression, are implemented to refine and filter the detected bounding boxes.
  • 4. • Our evaluation results demonstrate the effectiveness of the YOLOv8 model in accurately identifying and localizing potholes. The chosen metrics reveal a balanced trade-off between precision and recall, showcasing the model's reliability in practical scenarios. The proposed approach exhibits promising potential for integration into smart city infrastructure, contributing to proactive road maintenance and improved public safety.
  • 5. INTRODUCTION • A pothole is a type of road defect or depression in the surface of a road caused by the combination of traffic wear, weathering, and the effects of freezing and thawing. Potholes can vary in size, shape, and depth, and they pose a significant hazard to both drivers and pedestrians. •Potholes can cause substantial damage to vehicles, including flat tires, bent rims, and suspension damage. •The economic impact of potholes extends beyond individual vehicle repairs. It includes costs associated with emergency road repairs, increased fuel consumption, and disruptions to transportation systems. •The World Economic Forum reports that inadequate road infrastructure is a significant impediment to economic growth and development, emphasizing the importance of proactive maintenance.
  • 6. PROBLEM DEFINITION • Haar cascades or template matching, might struggle to achieve both accuracy and real-time performance simultaneously. Accurate pothole detection requires capturing various shapes, sizes, and lighting conditions. • Traditional CNN-based object detection approaches (e.g., R-CNN, Fast R-CNN, Faster R-CNN, Mask R-CNN) use a two-stage approach involving region proposal and classification. • CNN is Slower compared to YOLO, especially when dealing with multiple region proposals. Multiple passes through the network for region proposals and object classification can be time-consuming.
  • 7. OBJECTIVES a. The primary objective is to enhance road safety by developing an efficient pothole detection system. b. Integrate the wandb (Weights & Biases) deep learning platform to track model training progress and performance metrics. c. Creating a real-time prediction system for images and videos with a Tkinter GUI
  • 8. EXISTING SYSTEM • Haar cascades or template matching • R-CNN (Region-Based Convolutional Neural Networks) • LeNet-5 • AlexNet • EfficientNet • MobileNet
  • 9. LIMITATIONS • Haar Cascades or Template Matching: ▫ Limitation: Limited to detecting simple patterns or features; struggles with complex or varied object shapes, lighting conditions, and scales. • R-CNN (Region-Based Convolutional Neural Networks): ▫ Limitation: Time-consuming due to multiple regions of interest extraction and classification; not suitable for real-time object detection. • LeNet-5: ▫ Limitation: Designed for simpler tasks like handwritten digit recognition; lacks depth and complexity needed for more intricate object recognition tasks. • AlexNet: ▫ Limitation: Depth is relatively shallow compared to modern architectures; might not capture intricate features as effectively. • EfficientNet: ▫ Limitation: Balance between efficiency and accuracy might not always provide the highest performance in highly specialized tasks. • MobileNet: ▫ Limitation: May sacrifice some accuracy due to its leading to trade- offs between speed and precision.
  • 10. PROPOSED SYSTEM • Collect Data • Import data into Roboflow Annotate. • Open an image. • Label data with bounding boxes or polygons. • Download annotated data • Train the model using yolov8 • Visualize Log metrics with wandb during model training or evaluation. • Compare model predictions or results • View, sort, filter and download final best trained model • Create GUI with TKINTER • User image/video prediction
  • 11. Software and Hardware HARDWARE: • Processor: Intel® Core™ i3-2350M CPU @ 2.30GHz Installed memory (RAM):4.00GB • System Type: 64-bit Operating System • Hard disk: 10 GB of available space or more. • Display: Dual XGA (1024 x 768) or higher resolution monitors • Operating system: Windows SOFTWARE • PYCHARM IDE • ANACONDA • ROBOFLOW ANNOTATION TOOL • WANDB
  • 12. REFERENCES 1. O. Mendoza, P. Melin and G. Licea, "A New Method for Edge Detection in Image Processing using Interval Type-2 Fuzzy Logic," in 2007 IEEE International Conference on Granular Computing, California, 2007. 2. T. Kim and S.-K. Ryu, "Review and analysis of pothole detection methods," Journal of Emerging Trends in Computing and Information Sciences, vol. 5, no. 8, pp. 603-608, 2014. 3. A. Bhat, P. Narkar, D. Shetty and D. Vyas, "Detection of Potholes using Image Processing Techniques," IOSR Journal of Engineering, vol. 2, pp. 52-56, 2018. 4. M. Muslim, D. Sulistyaningrum and B. Setiyono, "Detection and counting potholes using morphological method from road video," AIP Conference Proceedings, vol. 2242, no. 1, pp. 3-11, 2020. 5. Z.-Q. Zhao, P. Zheng, S.-t. Xu and X. Wu, "Object Detection with Deep Learning: A Review," IEEE Transactions on Neural Networks and Learning Systems, vol. 30, no. 11, pp. 3212-3232, November 2019. 6. J. Świeżewski, "YOLO Algorithm and YOLO Object Detection: An Introduction," 3 January 2020. [Online]. Available: https://appsilon.com/object-detection-yolo-algorithm/.