Skip to content

AutomaticHighlights/AutomaticHighlights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Course project for Deep Learning 2021 Spring:

Automatic Football Highlights Editor

Introduction

In this course project, we develop a deep learning model to generate football highlights from the full game video automatically, using both video and audio information.

In specific, we design an automatic highlight editor model with two stages. The first stage is called scene classifier, used to detect essential scenes from a full game video. The second stage is called precise scene editor, which can precisely find the start point and endpoint for each scene detected by the scene classifier.

The code of training process can be found in src/. Besides, we pretrain two image feature extractors during developing our model. The code of pretraining can be found in pretrain/.

Technical details are described in Final Report.

Demos

We test our model on some recent football games. Here are the results. You can click the following links to watch the demos:

Good cases

FIFA World Cup Qatar 2022 Qualifiers: Guam 0-7 China 2021.05.30

FIFA World Cup Qatar 2022 Qualifiers: China 3-1 Syria 2021.06.16

Copa América 2021: Brazil 4-0 Peru 2021.06.18

Copa América 2021: Colombia 1-2 Peru 2021.06.21

Bad cases

UEFA Champions League 2020/21 Final: Manchester City 0-1 Chelsea 2021.05.30

FIFA World Cup Qatar 2022 Qualifiers: China 2-0 Philippines 2021.06.08

FIFA World Cup Qatar 2022 Qualifiers: China 5-0 Maldives 2021.06.12

Copa América 2021: Argentina 1-1 Chile 2021.06.15

Copa América 2021: Paraguay 3-1 Bolivia 2021.06.15

PS: It's a pity that the videos of UEFA Euro 2020 (hold in 2021) are not released in CCTV.com, hence we didn't test our model on it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages