Request access to SoccerNet Raw HQ
Complete the information below to request access. The SoccerNet team will review your request and the information you provide. If your request is accepted, a personalized Non-Disclosure Agreement will be sent to the email address associated with your Hugging Face account.
By submitting this request, you confirm that the information supplied is accurate and that you have read and accept the SoccerNet Non-Disclosure Agreement available at https://drive.google.com/file/d/1Efz8yP-baa8CtcMB7SYIID7Bn5sH7sGTB4-u1YdVRf4/view.
Log in or Sign Up to review the conditions and access this dataset content.
SoccerNet Raw Videos — Challenge Split
Raw broadcast videos for the 50 held-out challenge-split games of SoccerNet, structured as <league>/<season>/<game>/<file>. This is the challenge-split counterpart to SoccerNet/SoccerNet_raw_HQ, which only covers the train/valid/test games.
Gated — request access on this page; downloading requires a Hugging Face account with access granted.
| Branch | Files | Description |
|---|---|---|
videos-HQ |
{1,2}_HQ.mkv, video.ini |
Full/native-quality broadcast video |
videos-720p |
{1,2}_720p.mkv |
720p, trimmed to match/half duration |
videos-224p |
{1,2}_224p.mkv |
224p, trimmed to match/half duration |
videos-LQ |
{1,2}.mkv |
Original low-quality broadcast video |
Download
Using the SoccerNet pip package (recommended):
from SoccerNet.Downloader import SoccerNetDownloader
d = SoccerNetDownloader(LocalDirectory="path/to/soccernet")
d.downloadGames(files=["1_224p.mkv", "2_224p.mkv"], split=["challenge"])
Directly with huggingface_hub:
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="SoccerNet/SoccerNet_raw_HQ_Challenge",
repo_type="dataset",
revision="videos-224p", # one of the branches listed above
local_dir="path/to/soccernet",
)
Per-game features and labels for these same games are in SoccerNet/SN-Features and SoccerNet/SN-Labels.
- Downloads last month
- 18