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.83k stars 340 forks source link

how to use the 'click' or detect object that i want in demo.ipynb? #100

Closed visonpon closed 1 year ago

visonpon commented 1 year ago

Hi, @z-x-yang ,thanks for sharing this wonderful work. I have tried the demo.ipynb, but I want to specify one object or one class to seg, can you show me how to do this? thanks~