Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 872 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 872 Bytes

Setting up SoccerNet Ball

This directory contains the splits converted from the original SoccerNet Ball Action Spotting dataset, available at: https://www.soccer-net.org/tasks/ball-action-spotting.

To download the videos follow instructions provided in SoccerNet, and to generate the folder structure for frames, use the provided script extract_frames_snb.py adapted from E2E-Spot.

Frames are extracted at a resolution of 796x448, and frame naming convention is as follows:

data-folder
└───england_efl
    └───2019-2020
        └───2019-10-01 - Blackburn Rovers - Nottingham Forest
        |frame0.jpg
        |frame1.jpg
        |...
        └───2019-10-01 - Brentford - Bristol City
        |frame0.jpg
        |frame1.jpg
        |...