Figure 1

Figure 2

Figure 3

Figure 4

Figure 5

Figure 6

Figure 7

Figure 8

- Results of the models with the best parameters, for different resolutions
| Resolution | Total Accuracy | Conditional Accuracy (visible digit) | Time (s) |
|---|---|---|---|
| 640 | 1.73% | 5.07% | 883 |
| 512 | 5.34% | 15.73% | 740 |
| 256 | 3.30% | 20.49% | 232 |
| 128 | 1.86% | 26.22% | 101 |
| 64 | 0.16% | 8.77% | 69 |
- Results for the best models generated with different parameters of the DeepSORT algorithm
| ID | max_age | n_init | max_cosine | Precision | Recall | F1-score | MOTA | Time (s) |
|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 0.1 | 94.2% | 88.8% | 91.4% | 81.5% | 65 |
| 2 | 1 | 1 | 0.3 | 94.2% | 88.8% | 91.4% | 81.5% | 66 |
| 3 | 3 | 1 | 0.3 | 92.2% | 90.2% | 91.2% | 81.1% | 71 |
| 4 | 3 | 1 | 0.1 | 92.2% | 90.1% | 91.1% | 81.0% | 67 |
| 5 | 3 | 3 | 0.3 | 92.7% | 88.9% | 90.8% | 80.6% | 67 |
| 6 | 3 | 3 | 0.1 | 92.6% | 88.9% | 90.7% | 80.4% | 67 |
| 7 | 1 | 3 | 0.1 | 94.5% | 86.9% | 90.6% | 80.3% | 65 |
- Results of the proposed methodology for team classification
| Class | Precision | Recall | F1-score |
|---|---|---|---|
| Team A | 86.2% | 97.5% | 91.5% |
| Team B | 93.5% | 95.7% | 94.6% |
| Referee Team | 89.6% | 53.7% | 67.1% |
- Results obtained with (and without for reference) TTI considering the different cases of heuristics_
| Heuristic | Total Accuracy |
|---|---|
| No TTI | 5.34% |
| TTI – Highest Frequency | 12.71% |
| TTI – Highest Confidence | 18.19% |
| TTI – Highest Average Confidence | 13.74% |
| TTI – Combined Digit Highlighting | 26.27% |
- Performance of the positioning methodology at different distance error tolerances_
| Position Error Tolerance (meters) | %Hits |
|---|---|
| 1 | 66.5% |
| 3 | 89.6% |
| 5 | 91.0% |
| 10 | 91.6% |
| 20 | 92.9% |
| 30 | 95.0% |
- F1-score Metrics per Model Configuration
| Configuration | F1-score | Observations |
|---|---|---|
| YOLO v10 | 76.8% | Better than Version 11, but slightly slower inference |
| YOLO v11 | 75.6% | Faster inference |
| Size S | 74.0% | Faster inference, lower F1 |
| Size M | 75.9% | Balanced |
| Size L | 78.5% | Higher inference cost |
| Resolution 640 | 72.3% | Lower performance |
| Resolution 1280 | 80.0% | Best balance between F1 and inference |
| Resolution 1920 | 76.1% | Slower inference |
| Best Configuration | 83.8% | Version 10, Size L, Resolution 1280, 50% threshold; best overall performance |