dyldang commited on
Commit
109aca2
·
verified ·
1 Parent(s): 125b90f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -146,10 +146,13 @@ The training curve shows steady learning, but performance plateaus due to datase
146
 
147
  ![Failure Example](./failure_example.png)
148
 
149
- This example shows a missed detection of a cyclist. This likely occurs due to:
150
- - small object size
151
- - occlusion
152
- - lack of sufficient training examples
 
 
 
153
 
154
  ---
155
 
 
146
 
147
  ![Failure Example](./failure_example.png)
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