From cf287fb728cb8cfc350d897037b54bbdc2cb6a4f Mon Sep 17 00:00:00 2001 From: Chiara Santoro Date: Sat, 25 Apr 2026 23:27:47 +0200 Subject: [PATCH] v3 group_o.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2c93a9d..e0a22ac 100644 --- a/index.html +++ b/index.html @@ -259,7 +259,7 @@

Facial Expression Recognition with Hybrid Models

Smart Event Detection for Highlight Clips

Have you ever missed a highlight during a match? This system can capture highlights based on a user prompt or directly from a video. - It uses advanced, state-of-the-art approaches—such as Meta’s SAM3—to track objects, detect events, and generate short highlight clips. + It uses advanced, state-of-the-art approaches, such as Meta’s SAM3—to track objects, detect events, and generate short highlight clips.

The goal is to combine modern segmentation models (such as SAM) with classical computer vision techniques. Segmentation serves as a strong perception layer, while event detection is driven by motion-based features such as trajectories, velocity, and frequency analysis, along with lightweight reasoning. The system follows a modular design, consisting of a general perception and feature extraction pipeline combined with task-specific event detection modules.