Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,16 @@ In order to download the dataset, download Soccernet Calibration Dataset as give
|
|
29 |
|
30 |
The dataset combines computer vision techniques including line intersection calculations, green area detection for pitch objects, and comprehensive keypoint extraction to create a robust dataset for Football Field Keypoint Detection
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
## Dataset Details
|
33 |
|
34 |
### Overview
|
@@ -297,4 +307,15 @@ This dataset preparation module integrates seamlessly with the main Soccer Analy
|
|
297 |
- Field coordinate transformations
|
298 |
- Real-time field understanding in soccer videos
|
299 |
|
300 |
-
The dataset serves as a foundation for advanced soccer analysis applications including tactical analysis, player tracking calibration, and automated field understanding systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
The dataset combines computer vision techniques including line intersection calculations, green area detection for pitch objects, and comprehensive keypoint extraction to create a robust dataset for Football Field Keypoint Detection
|
31 |
|
32 |
+
## Index
|
33 |
+
|
34 |
+
1. [Dataset Details](#dataset-details)
|
35 |
+
2. [Dataset Preparation](#dataset-preparation)
|
36 |
+
3. [Dataset Format](#dataset-format)
|
37 |
+
4. [Usage Examples](#usage-examples)
|
38 |
+
5. [Technical Implementation](#technical-implementation)
|
39 |
+
6. [Repository Structure](#repository-structure)
|
40 |
+
7. [Samples](#samples)
|
41 |
+
|
42 |
## Dataset Details
|
43 |
|
44 |
### Overview
|
|
|
307 |
- Field coordinate transformations
|
308 |
- Real-time field understanding in soccer videos
|
309 |
|
310 |
+
The dataset serves as a foundation for advanced soccer analysis applications including tactical analysis, player tracking calibration, and automated field understanding systems.
|
311 |
+
|
312 |
+
---
|
313 |
+
|
314 |
+
## Samples
|
315 |
+
<p align="center">
|
316 |
+
<img src="00024_annotated.jpg" width="800"/>
|
317 |
+
<img src="00112_annotated.jpg" width="800"/>
|
318 |
+
<img src="00233_annotated.jpg" width="800"/>
|
319 |
+
<img src="00313_annotated.jpg" width="800"/>
|
320 |
+
<img src="00580_annotated.jpg" width="800"/>
|
321 |
+
</p>
|