Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
---
|
7 |
+
|
8 |
+
### Dataset Card (`PlayerDirection_Dataset.md`)
|
9 |
+
```markdown
|
10 |
+
# PlayerDirection Dataset
|
11 |
+
|
12 |
+
## Overview
|
13 |
+
The PlayerDirection dataset consists of **9,703 manually annotated frames** of ice hockey players from the 2023β2024 Swedish Hockey League (SHL) seasons. Each cropped image is categorized into one of eight player orientations based on the direction of their head.
|
14 |
+
|
15 |
+
## Dataset Features
|
16 |
+
- **Classes**: 8 orientations β Top, Top-Right, Right, Bottom-Right, Bottom, Bottom-Left, Left, Top-Left.
|
17 |
+
- **Annotations**: High-quality manual annotations.
|
18 |
+
- **Sources**: Extracted frames from SHL games.
|
19 |
+
- **Formats**: Images in JPEG format organized into folders for each class.
|
20 |
+
|
21 |
+
## Structure
|
22 |
+
PlayerDirection/
|
23 |
+
βββ Bottom_Left/
|
24 |
+
β βββ <Unique_ID>.jpeg
|
25 |
+
βββ Bottom/
|
26 |
+
β βββ <Unique_ID>.jpeg
|
27 |
+
βββ Bottom_Right/
|
28 |
+
β βββ <Unique_ID>.jpeg
|
29 |
+
βββ Left/
|
30 |
+
β βββ <Unique_ID>.jpeg
|
31 |
+
βββ Top_Left/
|
32 |
+
β βββ <Unique_ID>.jpeg
|
33 |
+
βββ Top/
|
34 |
+
β βββ <Unique_ID>.jpeg
|
35 |
+
βββ Top_Right/
|
36 |
+
β βββ <Unique_ID>.jpeg
|
37 |
+
βββ Right/
|
38 |
+
β βββ <Unique_ID>.jpeg
|
39 |
+
|