• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    Jupyter Notebook
  • Created over 6 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

SoccerNet: A Scalable Dataset for Action Spotting in Soccer Videos

SoccerNet: A Scalable Dataset for Action Spotting in Soccer Videos

[DEPRECATED] Please visit https://github.com/SilvioGiancola/SoccerNetv2-DevKit for an updated version of that repository

CVPR'18 Workshop on Computer Vision in Sports

Available at openaccess.thecvf.com

@InProceedings{Giancola_2018_CVPR_Workshops,
  author = {Giancola, Silvio and Amine, Mohieddine and Dghaily, Tarek and Ghanem, Bernard},
  title = {SoccerNet: A Scalable Dataset for Action Spotting in Soccer Videos},
  booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
  month = {June},
  year = {2018}
}

Project page: https://silviogiancola.github.io/SoccerNet/

Data available:

Clone this repository

git clone https://github.com/SilvioGiancola/SoccerNet-code.git

Create the conda environement (Python3)

conda env create -f src/environment.yml

source activate SoccerNet

Download the data

We recommand to use https://github.com/wkentaro/gdown to download large files from google drive.

pip install gdown (already in the conda environment)

Please use the following script to download automatically the data:

  • Frames Features:

./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Features.csv

  • Labels:

./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Labels.csv

  • Commentaries:

./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Commentaries.csv

  • Videos (224p) (csv file available after filling this form):

./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Videos.csv

  • Videos (HD) (csv file available after filling this form):

./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Videos_HQ.csv

Read data

Read data for a single game

python src/ReadData.py "data/england_epl/2014-2015/2015-05-17 - 18-00 Manchester United 1 - 1 Arsenal"

Read commentaries for a single game

python src/ReadCommentaries.py data france_ligue-1 2016-2017 "Paris SG" "Marseille"

Loop and read over Train/Valid/Test

python src/ReadSplitData.py data src/listgame_Train_300.npy

Loop and read over all games

python src/ReadAllData.py data

Source code for data reproducibility

Features Extraction from videos

See src/feature_extraction for more details.

Action Classification

See src/Classification for more details.

Action Detection/Spotting

See src/Detection for more details.

Getting Started with Colab

It is possible to use Colab to work with SoccerNet on the Google Cloud. Colab provides a colaborative python environment in the cloud including unlimited storage as well as a free Tesla K80 GPU.

To us SoccerNet on Colab, please check this jupyter notebook.

(Acknowlegments: thanks to lamia13Alg for sharing her Colab notebook)

More Repositories

1

TrackingNet-devkit

Development kit for TrackingNet
Python
170
star
2

SoccerNetv2-DevKit

Development Kit for the SoccerNet Challenge
Python
169
star
3

ShapeCompletion3DTracking

Code for Leveraging Shape Completion for 3D Siamese Tracking
Python
118
star
4

VisualInertialKinectFusion

Integration of Absolute Orientation Measurements in the KinectFusion Reconstruction pipeline
C++
7
star
5

AdaFruit_BNO055

This is an GUI ingterface for the communication with BNO055 in UART
C++
4
star
6

Kinect2AdafruitPlayer

Kinect2 Viewer coupled with Orientation sensor AdaFruit BNO055
C++
3
star
7

CloudLabeling-API

API to deploy CloudLabeling locally
Python
2
star
8

maskrcnn-benchmark

Jupyter Notebook
2
star
9

ImageHandler

a small Qt Project on Python for handling images
Python
2
star
10

testOpenCVSfM

C++
1
star
11

TCPClient

Python
1
star
12

TCPServer

Python
1
star
13

Kinect2SLAM

This project propose a pairwise registration of Kinect 2 frame
C++
1
star
14

dlnd-Project2

Second Project for the Udacity Deep Learning NanoDegree
HTML
1
star
15

FlaskApp

Example of Flask app and requests to post an image
Python
1
star
16

dlnd-Project5

HTML
1
star
17

Kinect2Viewer

C++
1
star
18

dlnd-Project4

Fourth Project for the Udacity Deep Learning NanoDegree
HTML
1
star
19

PytorchHub

Python
1
star
20

Ain-Sports

Python
1
star
21

Kinect2TCPIP

C++
1
star
22

dlnd-Project1

This is the 1st project of the Udacity Deep Learning Nano Degree
Jupyter Notebook
1
star
23

OdroidXU4

C++
1
star
24

CSE-390-FF-Labs

Jupyter Notebook
1
star
25

Parser

C++
1
star
26

dlnd-Project3

Third Project for the Udacity Deep Learning NanoDegree
HTML
1
star
27

OSMReader

Jupyter Notebook
1
star