Update README.md
Browse files
README.md
CHANGED
|
@@ -121,9 +121,19 @@ This means:
|
|
| 121 |
- The model is usually correct when it makes predictions
|
| 122 |
- It misses many objects especially harder or less frequent ones
|
| 123 |
|
| 124 |
-
|
| 125 |
This made it so that the performance differences across classes were influenced by class imbalance, with larger classes performing more reliably.
|
| 126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
---
|
| 128 |
|
| 129 |
### Example Predictions
|
|
|
|
| 121 |
- The model is usually correct when it makes predictions
|
| 122 |
- It misses many objects especially harder or less frequent ones
|
| 123 |
|
| 124 |
+
Common classes such as "Vehicle" achieved higher precision and recall, while underrepresented classes like "Bicycle" and "Car" performed poorly due to limited training samples.
|
| 125 |
This made it so that the performance differences across classes were influenced by class imbalance, with larger classes performing more reliably.
|
| 126 |
|
| 127 |
+
Performance varied across classes, as shown in the table below:
|
| 128 |
+
|
| 129 |
+
| Class | Relative Performance |
|
| 130 |
+
|------|--------------------|
|
| 131 |
+
| Vehicle | High |
|
| 132 |
+
| Bicycle Lane | Moderate |
|
| 133 |
+
| Shared Lane | Moderate |
|
| 134 |
+
| Cyclist | Low |
|
| 135 |
+
| Bicycle | Very Low |
|
| 136 |
+
|
| 137 |
---
|
| 138 |
|
| 139 |
### Example Predictions
|