SoccerNet/SN-GSR-2025
收藏资源简介:
--- license: gpl-3.0 --- # SoccerNet Challenge 2025 - Game State Reconstruction ## Download the dataset Install the huggingface_hub pip package: ```bash pip install huggingface_hub[cli] ``` Download the dataset with the following Python code : ```python 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") ```
---许可证:GPL-3.0--- # SoccerNet 2025挑战赛——比赛状态重建(Game State Reconstruction) ## 数据集下载 安装huggingface_hub pip包: bash pip install huggingface_hub[cli] 使用以下Python代码下载该数据集: python 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")




