HarshitJoshi commited on
Commit
1dc9007
1 Parent(s): a34b85b

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
+ pipeline_tag: object-detection
4
+ tags:
5
+ - object detection
6
+ - yolov8
7
+ ---
8
+ # Model Card for YOLOv8m - Harmful Smoke Detection in Indian Vehicles
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+ This model detects harmful smoke emissions from various types of Indian vehicles. It is built on the YOLOv8m architecture and trained on a custom dataset.
13
+
14
+ ## Model Details
15
+
16
+ ### Model Description
17
+
18
+ <!-- Provide a longer summary of what this model is. -->
19
+
20
+ The YOLOv8m model is designed to identify harmful smoke emissions from different types of Indian vehicles, including Auto-Rickshaws, Bikes, Buses, Cars, Heavy Commercial Vehicles (HCV), Light Commercial Vehicles (LCV), and Totos. The custom dataset used for training was gathered from the internet, focusing specifically on smoke detection in these vehicle categories.
21
+
22
+ - **Developed by:** [More Information Needed]
23
+ - **Model type:** Object Detection (YOLOv8m)
24
+ - **License:** [More Information Needed]
25
+
26
+ ### Results
27
+
28
+ The model's performance is evaluated based on several metrics: Precision (P), Recall (R), Mean Average Precision at IoU=0.5 (mAP50), and Mean Average Precision at IoU range 0.5:0.95 (mAP50-95).
29
+
30
+ #### Summary
31
+
32
+ | Class | Images | Instances | Box(P) | Box(R) | mAP50 | mAP50-95 |
33
+ |------------------|--------|-----------|--------|--------|-------|----------|
34
+ | All | 952 | 1422 | 0.731 | 0.678 | 0.749 | 0.441 |
35
+ | Auto-Rickshaw | 119 | 138 | 0.679 | 0.812 | 0.83 | 0.496 |
36
+ | Bike | 195 | 278 | 0.89 | 0.643 | 0.809 | 0.412 |
37
+ | Bus | 202 | 307 | 0.881 | 0.435 | 0.667 | 0.422 |
38
+ | Car | 177 | 300 | 0.832 | 0.797 | 0.843 | 0.486 |
39
+ | HCV | 146 | 195 | 0.89 | 0.497 | 0.72 | 0.377 |
40
+ | LCV | 40 | 42 | 0.3 | 0.762 | 0.55 | 0.292 |
41
+ | Toto | 137 | 162 | 0.642 | 0.796 | 0.826 | 0.598 |
42
+
43
+ ### Model Architecture and Objective
44
+
45
+ The model is based on the YOLOv8m architecture, known for its speed and accuracy in object detection tasks. The primary objective of this model is to detect harmful smoke emissions from various types of vehicles commonly found in India.
46
+
47
+ - **Base Architecture:** YOLOv8m
48
+ - **Dataset:** Custom dataset gathered from the internet
49
+ - **Training Objective:** Detect harmful smoke emissions from Indian vehicles