MatchTime / README.md
Homie0609's picture
Update README.md
4465c76 verified
metadata
license: cc-by-sa-4.0
language:
  - en
tags:
  - sports
  - soccer
pretty_name: MatchTime
size_categories:
  - 10M<n<100M

Here we listed 3 datasets:

  • SN-Caption:

    • Desne-Caption data of original 471 games from SoccerNet-Caption
    • 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.
    • Re-split the train/valid/test sets. Original train and valid are collected to train; original test are divided to valid and test.
  • SN-Caption-test-align:

    • 49 games of SN-Caption selected from official dataset.
    • All files are renamed by "Labels-captions_with_gt.json"
    • All events are manually aligned with timestamps in key "gt_gameTime"
  • *MatchTime:

    • All games from training and validation set aligned with MatchTime model.
    • Key event_aligned_gameTime records the coarse-aligned timestamp after preprocess step.
    • Key contrastive_aligned_gameTime records the fine-grained-aligned timestamp after our alignment model.
    • See details here