Update README.md
Browse files
README.md
CHANGED
|
@@ -60,6 +60,9 @@ Preprocessing: Auto-resize to 640 × 640, normalization
|
|
| 60 |
4. Evaluation Results
|
| 61 |
Overall Metrics
|
| 62 |
|
|
|
|
|
|
|
|
|
|
| 63 |
mAP@50: 0.92 (target > 0.85)
|
| 64 |
Overall F1: 0.91 (target >= 0.80)
|
| 65 |
|
|
@@ -95,6 +98,7 @@ Low-light or compressed frames: JPEG artifacts confuse the detector, especially
|
|
| 95 |
|
| 96 |
Poor-Performing Class: Ball
|
| 97 |
The ball class is the weakest performer (mAP@50 = 0.72) because the ball is typically only 10-20 pixels across at broadcast resolution and moves at 80-100 mph, causing motion blur in standard 30fps footage. Background crowd balls and logos also created false positives requiring manual cleanup.
|
|
|
|
| 98 |
Contextual Limitations
|
| 99 |
|
| 100 |
Fixed camera angle required: The model only works on center-field broadcast footage and will not generalize to other angles
|
|
|
|
| 60 |
4. Evaluation Results
|
| 61 |
Overall Metrics
|
| 62 |
|
| 63 |
+

|
| 64 |
+
|
| 65 |
+
|
| 66 |
mAP@50: 0.92 (target > 0.85)
|
| 67 |
Overall F1: 0.91 (target >= 0.80)
|
| 68 |
|
|
|
|
| 98 |
|
| 99 |
Poor-Performing Class: Ball
|
| 100 |
The ball class is the weakest performer (mAP@50 = 0.72) because the ball is typically only 10-20 pixels across at broadcast resolution and moves at 80-100 mph, causing motion blur in standard 30fps footage. Background crowd balls and logos also created false positives requiring manual cleanup.
|
| 101 |
+
|
| 102 |
Contextual Limitations
|
| 103 |
|
| 104 |
Fixed camera angle required: The model only works on center-field broadcast footage and will not generalize to other angles
|