Homie0609 commited on
Commit
951de36
1 Parent(s): 3081099

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - sports
7
+ - soccer
8
+ pretty_name: MatchTime
9
+ size_categories:
10
+ - 10M<n<100M
11
+ ---
12
+
13
+ Here we listed 3 datasets:
14
+ - ***SN-Caption***:
15
+ - Desne-Caption data of original 471 games from SoccerNet-Caption
16
+ - Modified: combined the league name and league year. (*e.g.: england_epl/2014-2015 -> england_epl_2014-2015*), the format of the following datasets are the same.
17
+ - Re-split the train/valid/test sets. Original *train* and *valid* are collected to **train**; original *test* are divided to **valid** and **test**.
18
+
19
+ - ***SN-Caption-test-aligned***:
20
+ - 49 games of SN-Caption selected from official dataset.
21
+ - All files are renamed by *"Labels-caption_with_gt.json"*
22
+ - All events are manually aligned with timestamps in key *"gt_gameTime"*
23
+
24
+ - ***MatchTime**:
25
+ - All games from training and validation set aligned with **MatchTime** model.
26
+ - Key ***event_aligned_gameTime*** records the coarse-aligned timestamp after preprocess step.
27
+ - Key ***contrastive_aligned_gameTime*** records the fine-grained-aligned timestamp after our alignment model.
28
+ - See details [here](https://arxiv.org/abs/2406.18530)