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.75k stars 332 forks source link

如何在demo.py中进行点提示或者框提示? #125

Open tuin33 opened 8 months ago

tuin33 commented 8 months ago

查看了demo.py文件,没有找到可以点提示和框提示的地方

yamy-cheng commented 8 months ago

Hi, the demo.py does not support interactivity, but you can utilize the web UI for interactive tracking.