Update README.md
Browse files
README.md
CHANGED
|
@@ -146,10 +146,13 @@ The training curve shows steady learning, but performance plateaus due to datase
|
|
| 146 |
|
| 147 |

|
| 148 |
|
| 149 |
-
This
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
|
|
|
|
|
|
|
|
|
| 153 |
|
| 154 |
---
|
| 155 |
|
|
|
|
| 146 |
|
| 147 |

|
| 148 |
|
| 149 |
+
This image shows two types of errors made by the model.
|
| 150 |
+
|
| 151 |
+
In the first image, the model incorrectly detects a **vehicle** where there is actually part of a building. This is likely because the building has visual features (such as rectangular shapes and edges) that resemble vehicles in the training data.
|
| 152 |
+
|
| 153 |
+
The second model identifies a **bike lane** where the road marking appears to be a bus lane. This suggests that the model has difficulty distinguishing between different types of lane markings, especially when they share similar visual patterns.
|
| 154 |
+
|
| 155 |
+
These errors highlight an important limitation: the model relies heavily on visual similarity rather than deeper contextual understanding. Because the dataset contains limited variation and strong class imbalance, the model may generalize incorrectly when encountering unfamiliar or ambiguous scenes.
|
| 156 |
|
| 157 |
---
|
| 158 |
|