File size: 448 Bytes
435bd07
 
d0fe9e3
 
 
435bd07
d0fe9e3
435bd07
 
d0fe9e3
435bd07
 
d0fe9e3
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: SAM3 Video
emoji: 🎬
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 6.6.0
app_file: app.py
pinned: false
short_description: SAM 3 concept tracking across video frames (API)
---

`api_track(video, concepts, conf, max_frames)` -> JSON tracks (stable object ids
across frames) with base64-PNG masks. Backed by the transformers `Sam3VideoModel`
(facebook/sam3). Requires the `HF_TOKEN` secret with gated access to facebook/sam3.