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.84k stars 341 forks source link

Image sequences #14

Closed bhack closed 1 year ago

bhack commented 1 year ago

It would be nice to have the web demo compatibile with image sequences input other then Video. It will be easier to test it on the fly with Davis and YouTube VOS dataset

yoxu515 commented 1 year ago

Thanks for the suggestion, and we will add support for image sequence later.

yamy-cheng commented 1 year ago

Hi, the current WebUI now supports input of Image-Sequence. You can try it out by following the tutorial.

bhack commented 1 year ago

Nice!