MO-12 commited on
Commit
b872074
·
verified ·
1 Parent(s): 0827c75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -10
README.md CHANGED
@@ -1,10 +1,20 @@
1
- # VideoMAE Football Event Classifier
2
-
3
- This app detects important football events like Goal, Card, and Substitution in uploaded videos using a pretrained VideoMAE transformer.
4
-
5
- ## How to use:
6
- - Upload a `.mp4` video of a football match.
7
- - Wait for the model to analyze the video.
8
- - You'll receive a list of events (with timestamps) and a summary video with detected clips.
9
-
10
- Model: [VideoMAE](https://huggingface.co/MCG-NJU/videomae-base)
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: VideoMAE Football Classifier
3
+ emoji:
4
+ colorFrom: indigo
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "4.27.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+ # VideoMAE Football Event Classifier
12
+
13
+ This app detects important football events like Goal, Card, and Substitution in uploaded videos using a pretrained VideoMAE transformer.
14
+
15
+ ## How to use:
16
+ - Upload a `.mp4` video of a football match.
17
+ - Wait for the model to analyze the video.
18
+ - You'll receive a list of events (with timestamps) and a summary video with detected clips.
19
+
20
+ Model: [VideoMAE](https://huggingface.co/MCG-NJU/videomae-base)