File size: 2,599 Bytes
018aa82 d07bc0d 018aa82 b8dddca 018aa82 d07bc0d 018aa82 7612b5b 6236696 7612b5b d07bc0d 018aa82 6236696 018aa82 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
license: mit
---
---
# HockeyOrient Dataset
<div style="background-color:#f8f9fa; color:black; border-left: 6px solid #0073e6; padding: 10px; margin: 10px 0;">
π This dataset is part of the <span style="color:red">HockeyOrient</span> ecosystem.
- π» Check out the corresponding <span style="color:red">Hugging Face Space</span> for a live demo: <a href="[SPACE_LINK]" style="color:blue;">https://huggingface.co/spaces/SimulaMet-HOST/HockeyOrient</a>
- π The trained <span style="color:red">model</span> for this dataset is available here: <a href="[SPACE_LINK]" style="color:blue;">https://huggingface.co/SimulaMet-HOST/HockeyOrient</a>
</div>
## Overview
The HockeyOrient dataset consists of **9,700 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 orientation of their head.
## Dataset Features
- **Classes**: 8 orientations β Top, Top-Right, Right, Bottom-Right, Bottom, Bottom-Left, Left, Top-Left.
- **Annotations**: High-quality manual annotations.
- **Sources**: Extracted frames from SHL games.
- **Formats**: Images in JPEG format organized into folders for each class.
## Structure
```markdown
HockeyOrient/
βββ Bottom_Left/
β βββ <Unique_ID>.jpeg
βββ Bottom/
β βββ <Unique_ID>.jpeg
βββ Bottom_Right/
β βββ <Unique_ID>.jpeg
βββ Left/
β βββ <Unique_ID>.jpeg
βββ Top_Left/
β βββ <Unique_ID>.jpeg
βββ Top/
β βββ <Unique_ID>.jpeg
βββ Top_Right/
β βββ <Unique_ID>.jpeg
βββ Right/
β βββ <Unique_ID>.jpeg
```
<div style="background-color:#e7f3ff; color:black; border-left: 6px solid #0056b3; padding: 12px; margin: 10px 0;">
<span style="color:black; font-weight:bold;">π© For any questions regarding this project, or to discuss potential collaboration and joint research opportunities, please contact:</span>
<ul style="color:black;">
<li><span style="font-weight:bold; color:black;">Mehdi Houshmand</span>: <a href="mailto:[email protected]" style="color:blue; text-decoration:none;">[email protected]</a></li>
<li><span style="font-weight:bold; color:black;">Cise Midoglu</span>: <a href="mailto:[email protected]" style="color:blue; text-decoration:none;">[email protected]</a></li>
<li><span style="font-weight:bold; color:black;">PΓ₯l Halvorsen</span>: <a href="mailto:[email protected]" style="color:blue; text-decoration:none;">[email protected]</a></li>
</ul>
</div>
|