Dataset Preview
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

SoccerNet Challenge 2025 - Game State Reconstruction

Download the dataset

Install the huggingface_hub pip package:

pip install huggingface_hub[cli]

Download the dataset with the following Python code :

from huggingface_hub import snapshot_download
snapshot_download(repo_id="SoccerNet/SN-GSR-2025",
                  repo_type="dataset", revision="main",
                  local_dir="SoccerNet/SN-GSR-2025")
Downloads last month
41