MehdiH7 commited on
Commit
018aa82
Β·
verified Β·
1 Parent(s): 11a8fcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
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
+