The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

SoccerNet Challenge 2025 - Multi-View Fouls Recognition

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-MVFouls-2025",
                  repo_type="dataset", revision="main",
                  local_dir="SoccerNet/SN-MVFouls-2025")

Unzip the dataset splits

The zipped folder contains videos from the original SoccerNet dataset, which is password-protected. You will receive that password after signing the SoccerNet NDA.

Downloads last month
16