yoxu515

Results 26 comments of yoxu515

The code of app.py partially relies on demo.ipynb, so the problem is probably the same as that in the old demo.ipynb. We are fixing it and the updated version will...

> Hi, the app.py has been updated, please have a try and check whether the video can be saved successfuly.

Hi, actually the current implementation of automatic segmentation and tracking does add long term memory every sam_gap frame. However, we only select objects from background as newly appeared objects, and...

> What is the plan with the interactive version? E.g. also in your basketball player demo video there are frames to fix with more prompting. Are these added to the...

> Yes I am guessing about the best pipeline in the interactive demo. Suppose that at frame X you want to fix segmentation errors/Deaot drift with extra prompting, like in...

In the current implementation, we only use the first frame as long-term memory. For best performance, the fixed segmentation mask, as well as some intermediate frames, should be added to...

> Yes I meant it is not really required to be added to the long term memory it could also just go in the short term one. But I think...

> I think it is important as they have the same propagation error to handle also with SAM+XMEM https://github.com/gaomingqi/Track-Anything Yes, we have also notice this work, which has the similar...

Hi, we have released 1.0 version which supports the interactive mode to add points by users, please check the [tutorial](https://github.com/z-x-yang/Segment-and-Track-Anything/blob/main/tutorial/1.0-Version.md) to get start.

> > Hi, we have released 1.0 version which supports the interactive mode to add points by users, please check the [tutorial](https://github.com/z-x-yang/Segment-and-Track-Anything/blob/main/tutorial/1.0-Version.md) to get start. > > Hi,Can I specify...