SN-GSR-2025 / README.md
SilvioGiancola's picture
Update README.md
ce84ee7 verified
metadata
license: gpl-3.0

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")