z-x-yang / Segment-and-Track-Anything

An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
GNU Affero General Public License v3.0
2.77k stars 334 forks source link

How do I output the name of an object identified in a video #95

Open xyj176 opened 1 year ago

yamy-cheng commented 10 months ago

The tracking model used in SAM-Track belongs to the semi-vos algorithm, making it difficult to obtain object class information.