|
--- |
|
title: VideoMAE Football Classifier |
|
emoji: ⚽ |
|
colorFrom: indigo |
|
colorTo: green |
|
sdk: gradio |
|
sdk_version: "4.27.0" |
|
app_file: app.py |
|
pinned: false |
|
--- |
|
# VideoMAE Football Event Classifier |
|
|
|
This app detects important football events like Goal, Card, and Substitution in uploaded videos using a pretrained VideoMAE transformer. |
|
|
|
## How to use: |
|
- Upload a `.mp4` video of a football match. |
|
- Wait for the model to analyze the video. |
|
- You'll receive a list of events (with timestamps) and a summary video with detected clips. |
|
|
|
Model: [VideoMAE](https://huggingface.co/MCG-NJU/videomae-base) |
|
|