You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! @SongJgit, Thank you for bringing this to our attention. You're absolutely correct; currently, when a new target appears in a dense scene, it requires clearing all existing targets in the current frame and resetting the tracker. This is indeed not ideal for dense object tracking scenarios.
The core issue lies in correctly passing the current coordinate information to the self.prompts variable.
Unfortunately, I likely won't have the bandwidth to optimize this in the near future. If you're able to, we'd greatly appreciate it if you could attempt to implement a solution and submit a Pull Request (PR)! I'm happy to provide assistance and guidance.
Specifically, you can focus on this section of the code.
If you have any further questions, please don't hesitate to ask! 😄
Search before asking
Question
hello,你好,我有些问题想要咨询一下,关于sam2进行交互式多目标跟踪标注的。
我发现了一个问题,如果是密集场景的话,有新目标加入,就要清空当前帧的所有目标然后重置跟踪器。但是这样有些太麻烦了,密集目标可能有几十上百个,每一个都重新标注还需要和之前的帧对齐id。有没有什么解决方案可以尽可能的跳过这个重新标注已有目标的方法。
尝试了复制前一帧标签的方法,但是似乎这样,SAM2不会跟踪已有目标
Additional
No response
The text was updated successfully, but these errors were encountered: