Update README.md
Browse files
README.md
CHANGED
|
@@ -1,28 +1,29 @@
|
|
| 1 |
Model Description
|
| 2 |
|
| 3 |
-
This model
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
The goal of this project was to understand how well object detection
|
| 8 |
|
| 9 |
Intended Use Cases:
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
| 16 |
|
| 17 |
Training Data
|
| 18 |
|
| 19 |
Dataset Source:
|
| 20 |
Roboflow Universe – Bike Lane Computer Vision Dataset
|
| 21 |
|
| 22 |
-
|
| 23 |
-
147 images, 7 classes
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
Class Count
|
| 28 |
Vehicle 253
|
|
@@ -33,21 +34,26 @@ Cyclist 13
|
|
| 33 |
Bicycle 2
|
| 34 |
Car 2
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
-
|
| 40 |
-
The dataset included pre-existing YOLO bounding box annotations. These annotations label objects using rectangular bounding boxes and class labels.
|
| 41 |
|
| 42 |
-
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
-
|
| 49 |
|
| 50 |
-
Dataset Split
|
| 51 |
|
| 52 |
Train: 102 images (69%)
|
| 53 |
|
|
@@ -55,46 +61,47 @@ Validation: 20 images (14%)
|
|
| 55 |
|
| 56 |
Test: 16 images (11%)
|
| 57 |
|
| 58 |
-
Data Augmentation
|
| 59 |
-
Default YOLO augmentation was used, including flipping and color variation.
|
| 60 |
|
| 61 |
-
|
| 62 |
|
| 63 |
-
|
| 64 |
|
| 65 |
-
|
| 66 |
|
| 67 |
-
|
| 68 |
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
-
|
| 72 |
-
Ultralytics YOLOv11
|
| 73 |
|
| 74 |
-
|
| 75 |
-
Fine-tuning a pre-trained model
|
| 76 |
|
| 77 |
-
|
| 78 |
-
|
|
|
|
| 79 |
|
| 80 |
-
|
| 81 |
-
Approximately ~1 hour
|
| 82 |
|
| 83 |
-
|
|
|
|
|
|
|
| 84 |
|
| 85 |
Epochs: 50
|
| 86 |
|
| 87 |
Image size: 640
|
| 88 |
|
| 89 |
-
Batch size: 16
|
| 90 |
-
|
| 91 |
-
Learning rate: default YOLO setting
|
| 92 |
|
| 93 |
-
|
| 94 |
|
| 95 |
-
|
| 96 |
|
| 97 |
-
|
| 98 |
|
| 99 |
Evaluation Results
|
| 100 |
|
|
@@ -106,80 +113,102 @@ Recall: ~0.38
|
|
| 106 |
|
| 107 |
mAP50: ~0.48
|
| 108 |
|
| 109 |
-
Rather than focusing only on
|
| 110 |
|
| 111 |
-
The
|
| 112 |
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
Strong performance on common classes such as vehicles and lane markings
|
| 116 |
|
| 117 |
-
|
| 118 |
|
| 119 |
-
|
| 120 |
|
| 121 |
-
|
| 122 |
|
| 123 |
-
|
| 124 |
|
| 125 |
Key Visualizations
|
| 126 |
|
| 127 |
-

|
| 133 |
+

|
| 134 |
+

|
| 135 |
|
| 136 |
Performance Analysis
|
| 137 |
|
| 138 |
+
The model performs best when:
|
| 139 |
+
|
| 140 |
+
lane markings are clearly visible
|
| 141 |
|
| 142 |
+
lighting conditions are consistent
|
| 143 |
|
| 144 |
+
objects are not occluded
|
| 145 |
|
| 146 |
+
However, the model struggles in several situations:
|
| 147 |
|
| 148 |
+
faded or worn bike lane markings
|
| 149 |
|
| 150 |
+
overlapping or partially blocked objects
|
| 151 |
|
| 152 |
+
rare classes with very limited training data
|
| 153 |
|
| 154 |
+
These results highlight that performance is not just about the model architecture, but heavily influenced by the dataset.
|
| 155 |
+
|
| 156 |
+
In particular, the lack of examples for certain classes makes it difficult for the model to learn meaningful patterns.
|
| 157 |
|
| 158 |
Limitations and Biases
|
| 159 |
|
| 160 |
+
This model has several important limitations that should be clearly acknowledged.
|
| 161 |
+
|
| 162 |
+
Failure Cases
|
| 163 |
|
| 164 |
missed detections of bicycles and cars
|
| 165 |
|
| 166 |
+
incorrect detections when lane markings are unclear
|
| 167 |
|
| 168 |
confusion between similar lane types
|
| 169 |
|
| 170 |
+
Data Biases
|
| 171 |
|
| 172 |
overrepresentation of vehicles
|
| 173 |
|
| 174 |
underrepresentation of rare classes
|
| 175 |
|
| 176 |
+
limited diversity in environment and conditions
|
| 177 |
|
| 178 |
+
Environmental Limitations
|
| 179 |
|
| 180 |
+
The model may perform poorly under:
|
| 181 |
+
|
| 182 |
+
low lighting conditions
|
| 183 |
|
| 184 |
occlusion
|
| 185 |
|
| 186 |
+
faded or damaged road markings
|
| 187 |
+
|
| 188 |
+
Inappropriate Use Cases
|
| 189 |
|
|
|
|
| 190 |
This model should not be used for:
|
| 191 |
|
| 192 |
+
real-time safety systems
|
| 193 |
|
| 194 |
autonomous driving
|
| 195 |
|
| 196 |
+
decision-making in high-risk environments
|
| 197 |
+
|
| 198 |
+
Sample Size Limitations
|
| 199 |
+
|
| 200 |
+
Some classes (such as bicycle and car) have extremely limited training data, making reliable detection difficult. This directly impacts recall and overall model performance.
|
| 201 |
+
|
| 202 |
+
Final Reflection
|
| 203 |
+
|
| 204 |
+
This project demonstrates that even with a strong model like YOLOv11, performance is highly dependent on the dataset.
|
| 205 |
+
|
| 206 |
+
Rather than focusing only on improving accuracy, this project highlights the importance of:
|
| 207 |
+
|
| 208 |
+
dataset quality
|
| 209 |
+
|
| 210 |
+
class balance
|
| 211 |
+
|
| 212 |
+
annotation reliability
|
| 213 |
|
| 214 |
+
Understanding these limitations is essential when applying computer vision models to real-world problems.
|
|
|