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
The (gradio) demo works fine with short videos or videos with a few objects. When trying with longer videos (10-20 seconds), with old objects disappear and new objects enters the scene, the segmentation starts going wrong - for example it segments a building or pavement as trucks/cars, or totally non-sense segmentation. Checking the per-frame segmentation, it is correct (or the SAM is working as expected), the messed up segmentations seem to come from the matching objects (of the current frame and previous frames). It happened to both online and semionline mode.