--- license: mit --- --- # HockeyOrient Dataset ## 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/ │ ├── .jpeg ├── Bottom/ │ ├── .jpeg ├── Bottom_Right/ │ ├── .jpeg ├── Left/ │ ├── .jpeg ├── Top_Left/ │ ├── .jpeg ├── Top/ │ ├── .jpeg ├── Top_Right/ │ ├── .jpeg ├── Right/ │ ├── .jpeg