Datasets:

Modalities:
video
DOI:
License:
Evanjaa commited on
Commit
0277245
1 Parent(s): afe63dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -4,3 +4,20 @@ license: cc-by-4.0
4
 
5
  TACDEC is a dataset of tackle events in soccer game videos. Recognizing the gap in existing open datasets that predominantly focus on official soccer events such as goals and cards, TACDEC targets a comprehensive analysis of tackles — a critical aspect of soccer that combines technical skills, tactical decision-making, and physical engagement. By leveraging video data from the Norwegian Eliteserien league across multiple seasons, we annotated 425 videos with 4 types of tackle events, categorized into "tackle-live", "tackle-replay", "tackle-live-incomplete", and "tackle-replay-incomplete", yielding a total of 836 event annotations. The dataset offers an unprecedented resource for the development and testing of machine learning models aimed at understanding and analyzing soccer game dynamics.
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  TACDEC is a dataset of tackle events in soccer game videos. Recognizing the gap in existing open datasets that predominantly focus on official soccer events such as goals and cards, TACDEC targets a comprehensive analysis of tackles — a critical aspect of soccer that combines technical skills, tactical decision-making, and physical engagement. By leveraging video data from the Norwegian Eliteserien league across multiple seasons, we annotated 425 videos with 4 types of tackle events, categorized into "tackle-live", "tackle-replay", "tackle-live-incomplete", and "tackle-replay-incomplete", yielding a total of 836 event annotations. The dataset offers an unprecedented resource for the development and testing of machine learning models aimed at understanding and analyzing soccer game dynamics.
6
 
7
+
8
+ **Citation:**
9
+ <pre><code>
10
+ @incollection{Kassab_MMSYS_ODS,
11
+ author = {Jåsund Kassab, Evan and Maric Solberg, Håkon and Gautam, Sushant and Shafiee Sabet, Saeed and Torjusen, Thomas and Riegler, Michael and Halvorsen, Pål and Midoglu, Cise},
12
+ title = {{TACDEC: Dataset of Tackle Events in Soccer Game Videos}},
13
+ booktitle = {{MMSys'24 : The 15th ACM Multimedia Systems Conference}},
14
+ year = {2024},
15
+ month = apr,
16
+ date = {2024-04-15},
17
+ urldate = {2024-04-15},
18
+ isbn = {979-8-4007-0412-3/24/04},
19
+ publisher = {Association for Computing Machinery},
20
+ address = {New York, NY, USA},
21
+ doi = {10.1145/3625468.3652166}
22
+ }
23
+ </code></pre>