HockeyOrient / README.md
cise-midoglu's picture
Update README.md
9716230 verified
---
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:mehdi@forzasys.com" style="color:blue; text-decoration:none;">mehdi@forzasys.com</a></li>
<li><span style="font-weight:bold; color:black;">Cise Midoglu</span>: <a href="mailto:cise@forzasys.com" style="color:blue; text-decoration:none;">cise@forzasys.com</a></li>
<li><span style="font-weight:bold; color:black;">PΓ₯l Halvorsen</span>: <a href="mailto:paalh@simula.no" style="color:blue; text-decoration:none;">paalh@simula.no</a></li>
</ul>
</div>