File size: 590 Bytes
b872074
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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)