Giter VIP home page Giter VIP logo

sn-echoes's Introduction

SoccerNet-Echoes

Official repo for the paper: SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset.

Dataset

Each folder inside the Dataset directory is categorized by league, season, and game. Within these folders, JSON files contain the transcribed and translated game commentary.

๐Ÿ“‚ Dataset
โ”œโ”€โ”€ ๐Ÿ“ whisper_v1
โ”‚   โ”œโ”€โ”€ ๐Ÿ† england_epl
โ”‚   โ”‚   โ”œโ”€โ”€ ๐Ÿ“… 2014-2015
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ โšฝ 2016-03-02 - 23-00 Liverpool 3 - 0 Manchester City
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ โ˜๏ธ 1_asr.json
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ โ˜๏ธ 2_asr.json
โ”‚   โ”‚   โ”œโ”€โ”€ ๐Ÿ“… 2015-2016
โ”‚   โ”‚   โ””โ”€โ”€ ...
โ”‚   โ”œโ”€โ”€ ๐Ÿ† europe_uefa-champions-league
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ ๐Ÿ“ whisper_v1_en
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ ๐Ÿ“ whisper_v2
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ ๐Ÿ“ whisper_v2_en
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ ๐Ÿ“ whisper_v3
โ”‚   โ””โ”€โ”€ ...

whisper_v1: Contains ASR from Whisper v1.
whisper_v1_en: English-translated datasets from Whisper v1.
whisper_v2:  Contains ASR from Whisper v2.
whisper_v2_en:  English-translated datasets from Whisper v2.
whisper_v3: Contains ASR from Whisper v3.

Each JSON file has the following format:

{
  "segments": {
    segment index (int):[
      start time in second (float),
      end time in second (float),
      transcribed text from ASR
    ]
    ....
  }
}

The top-level object is named segments. It contains an object where each key represents a unique segment index (e.g., "0", "1", "2", etc.). Each segment index object has the following properties:

start_time: A number representing the starting time of the segment in seconds.
end_time: A number representing the ending time of the segment in seconds.
text: A string containing the textual content of the commentary segment.

Citation

Please cite our work if you use the SoccerNet-Echoes dataset:


@misc{gautam2024soccernetechoes,
      title={SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset}, 
      author={Sushant Gautam and Mehdi Houshmand Sarkhoosh and Jan Held and Cise Midoglu and Anthony Cioppa and Silvio Giancola and Vajira Thambawita and Michael A. Riegler and Pรฅl Halvorsen and Mubarak Shah},
      year={2024},
      eprint={2405.07354},
      archivePrefix={arXiv},
      primaryClass={cs.SD},
      doi={10.48550/arXiv.2405.07354}
}

sn-echoes's People

Contributors

sushantgautam avatar cise-midoglu avatar mehdih7 avatar cioppaanthony avatar

Stargazers

Nickolay V. Shmyrev avatar Sangwook avatar

Watchers

Nickolay V. Shmyrev avatar Silvio Giancola avatar  avatar  avatar Sangwook avatar

Forkers

mehdih7

sn-echoes's Issues

Dataset release date

Hi,

Thank you for sharing your great projects, I have been enjoying reading all series of SoccerNet papers.
I'm really interested in using this new dataset for my small research project, and I'm wondering when this dataset will be released!

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.