Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|