z-x-yang / Segment-and-Track-Anything

An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
GNU Affero General Public License v3.0
2.77k stars 334 forks source link

run so slow #83

Closed blockitigo closed 1 year ago

blockitigo commented 1 year ago

Compare with https://github.com/gaomingqi/Track-Anything ,this project uses very little cpu and gpu. Check with command top and nvidia-smi

LiNO3Dy commented 1 year ago

Thank you for your suggestion. Due to the use of Grounding-dino, SAM-Track occupies more more GPU memory compared to the other project.