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

第100張影像後都會變全影像切割 #131

Closed s2137127 closed 6 months ago

7788po commented 5 months ago

i have same question, how do you work with it finally, i need your experience.

s2137127 commented 5 months ago

i have same question, how do you work with it finally, i need your experience.

modify SegTracker.py line22 self.sam_gap=99999 works for me!

7788po commented 5 months ago

i have same question, how do you work with it finally, i need your experience.

修改SegTracker.py第22行 self.sam_gap=99999

ths for sharing and i will give it a try