Skip to main content

SoccerNet SDK

Project description

# SOCCERNETV2

conda create -n SoccerNet python pip pip install SoccerNet

## How to Download Games (Python)

from SoccerNet import SoccerNetDownloader

mySoccerNetDownloader = SoccerNetDownloader(

LocalDirectory=”/path/to/soccernet/folder”)

password = input(“Password for videos? (contact the author):n”)

mySoccerNetDownloader.password = password

mySoccerNetDownloader.downloadTestGames(files=[“Labels.json”]) # download labels mySoccerNetDownloader.downloadTestGames(files=[“1.mkv”, “2.mkv”]) # download LQ Videos mySoccerNetDownloader.downloadTestGames(files=[“1_HQ.mkv”, “2_HQ.mkv”]) # download HQ Videos

## [Dev] Tensorflow/Pytorch dataloader

pip install scikit-video pip cudnn cudatoolkit=10.1 pip install tensorflow conda install pytorch torchvision cudatoolkit=10.1 -c pytorch

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SoccerNet-0.0.32.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

SoccerNet-0.0.32-py2.py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page