You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

This dataset contains 3 branches:

  • raw: zipped raw data and scripts to convert to OSL JSON format
  • mvfoul: VARS fouls classification dataset with multiple views in OSL JSON format
  • svfoul: VARS fouls classification dataset with single views in OSL JSON format

How to download the VARS dataset

Prepare your workspace

Install the huggingface_hub python library with hf_transfer

pip install -U hf_transfer huggingface_hub
export HF_HUB_ENABLE_HF_TRANSFER=1

Download the MVFouls version

Run the following lines on

from huggingface_hub import snapshot_download
snapshot_download(repo_id="OpenSportsLab/soccernetpro-classification-vars",
                  repo_type="dataset", revision="mvfouls",
                  local_dir="SoccerNet/mvfouls")

Download the SVFouls version

from huggingface_hub import snapshot_download
snapshot_download(repo_id="OpenSportsLab/soccernetpro-classification-vars",
                  repo_type="dataset", revision="svfouls",
                  local_dir="SoccerNet/svfouls")
Downloads last month
32