CVPR'18運動計算機視覺研討會
可在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 }
}
項目頁面:https://silviogiancola.github.io/soccernet/
可用數據:
git clone https://github.com/SilvioGiancola/SoccerNet-code.git
conda env create -f src/environment.yml
source activate SoccerNet
我們建議使用https://github.com/wkentaro/gdown從Google Drive下載大文件。
pip install gdown
(已經在Conda環境中)
請使用以下腳本自動下載數據:
./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Features.csv
./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Labels.csv
./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Commentaries.csv
./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Videos.csv
./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Videos_HQ.csv
python src/ReadData.py "data/england_epl/2014-2015/2015-05-17 - 18-00 Manchester United 1 - 1 Arsenal"
python src/ReadCommentaries.py data france_ligue-1 2016-2017 "Paris SG" "Marseille"
python src/ReadSplitData.py data src/listgame_Train_300.npy
python src/ReadAllData.py data
有關更多詳細信息,請參見src/feature_extraction。
有關更多詳細信息,請參見SRC/分類。
有關更多詳細信息,請參見SRC/檢測。
可以使用Colab在Google Cloud上與Soccernet合作。 COLAB在雲中提供了一個合同的Python環境,包括無限的存儲以及免費的Tesla K80 GPU 。
向美國Soccernet上的Colab,請檢查此Jupyter筆記本。
(致謝:感謝Lamia13alg分享她的COLAB筆記本)