Segment-and-Track-Anything icon indicating copy to clipboard operation
Segment-and-Track-Anything copied to clipboard

i want to track one object ,but new object mask comes out

Open leonzgtee opened this issue 1 year ago • 6 comments

leonzgtee avatar Aug 21 '23 07:08 leonzgtee

Thank you for your question. The model automatically detects and adds new objects every sam_gap frames. To solve this issue, you can adjust the default value of sam_gap in SegTrackerArgs to its maximum value and click reset. #72

LiNO3Dy avatar Aug 23 '23 07:08 LiNO3Dy

Thank you for your question. The model automatically detects and adds new objects every sam_gap frames. To solve this issue, you can adjust the default value of sam_gap in SegTrackerArgs to its maximum value.

https://github.com/qiuyu96/CoDeF/issues/39 , it is ok,when i set sam_gap > my video img num ,it's OK,but output masks
Several more masks (*new.png) image

zhanghongyong123456 avatar Aug 23 '23 08:08 zhanghongyong123456

Can you provide more information? For example the path to your mask folder or provide your original video. I provided a demo video for you and it didn't generate extra image files. I hope this helps.

https://github.com/z-x-yang/Segment-and-Track-Anything/assets/97865789/6201bdbe-c157-4222-9b7c-52466e3e2c5b

LiNO3Dy avatar Aug 23 '23 10:08 LiNO3Dy

Can you provide more information? For example the path to your mask folder or provide your original video. I provided a demo video for you and it didn't generate extra image files. I hope this helps.

default.mp4

this is my test video 链接: https://pan.baidu.com/s/1_x4RI05XA2J462I7UtWe5g 提取码: u165

zhanghongyong123456 avatar Aug 24 '23 02:08 zhanghongyong123456

I encountered this issue too. When I just want to track several objects clicked in the first frame, it segments new objects unexpectedly in 100th frame and continues to segment the whole image instead of the clicked objects.

image image

Dingry avatar Jan 10 '24 08:01 Dingry

I encountered this issue too. When I just want to track several objects clicked in the first frame, it segments new objects unexpectedly in 100th frame and continues to segment the whole image instead of the clicked objects.

image image

Have you figured out how to solve this problem?

yuhaoliu7456 avatar Apr 03 '24 03:04 yuhaoliu7456