Open leonzgtee opened 1 year ago
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)
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.
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
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.
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.
Have you figured out how to solve this problem?
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