DarshanM0di commited on
Commit
3462459
·
verified ·
1 Parent(s): f45b4f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,3 +1,49 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ pipeline_tag: object-detection
9
+ ---
10
+ Pothole Detection (ONNX Model)
11
+ Author: Darshan Modi
12
+ This model is a lightweight and efficient object‑detection system designed to identify potholes and road‑surface defects in real‑world environments. The dataset includes diverse road textures, lighting conditions, camera angles, and weather variations, making the model suitable for transportation safety, automated road inspection, and smart‑city infrastructure applications.
13
+
14
+ 🧠 Model Overview
15
+ This ONNX model is optimized for real‑time inference on both edge devices and cloud environments. It is built using the Ultralytics YOLO26n architecture and exported to ONNX format for maximum compatibility and deployment flexibility.
16
+ Key Features
17
+ - Detects potholes across varied road conditions
18
+ - Lightweight and fast inference
19
+ - Runs on Raspberry Pi, Jetson Nano, cloud servers, and desktop GPUs
20
+ - Ideal for smart‑city analytics, maintenance automation, and road‑safety systems
21
+
22
+ 📊 Performance Metrics
23
+ Evaluated on a held‑out validation set from the same dataset:
24
+ - Precision: 80.9%
25
+ - Recall: 66.0%
26
+ - mAP50: 73.9%
27
+ - mAP50‑95: 48.2%
28
+ These metrics demonstrate strong precision and reliable detection performance suitable for real‑world deployment.
29
+
30
+ 📦 Intended Use
31
+ This model is designed for:
32
+ - Automated road‑condition monitoring
33
+ - Smart‑city infrastructure systems
34
+ - Transportation safety analytics
35
+ - Municipal maintenance planning
36
+ - Real‑time pothole detection on edge devices
37
+ - Integration into mobile, web, or embedded inspection tools
38
+
39
+ ⚙️ Technical Details
40
+ - Format: ONNX
41
+ - Input Size: 640×640
42
+ - Architecture: YOLO26n (Ultralytics)
43
+ - Classes: Pothole
44
+ - Training Epochs: 100
45
+ - NMS: Enabled
46
+
47
+ 👤 Author
48
+ Created by: Darshan Modi
49
+ Focused on building practical AI systems for real‑world deployment, including road‑safety applications, edge‑device inference, and lightweight computer‑vision solutions.