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

如何输出视频中识别的物体的名称 #94

Closed xyj176 closed 10 months ago

xyj176 commented 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.