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

Track-Anything is a flexible and interactive tool for video object tracking and segmentation, based on Segment Anything, XMem, and E2FGVI.

Results 123 Track-Anything issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering about the license of the Track-Anything code as it appears to include a number of files copied from a GPL 3-licensed repository (XMem). For example: https://github.com/gaomingqi/Track-Anything/blob/master/tracker/model/network.py...

I have posted a previous request. I am a video editor and compositor desperately trying to open doors for linux use. There is not a clear direction for a still...

Thanks for the repo, it's great to play around with Segment Anything! It would be great to output detection bounding boxes in some way (eg. my use case is cropping...

Hello, This could be the tool that completely severs any need to have to use Windows again for me. I am a novice Linux user and hope to remain using...

Dear all, Thanks for sharing this awesome project. I have two minor questions on the paper. 1. what do the `probes and affinities` mean? I didn't find these terms in...

I have added support to MobileSAM which can be used to experience a snappier Gradio interface as it runs faster on cpu than the original SAM. During tracking it does...

root@autodl-container-a3d5118ffa-6033bdd0:~/Track-Anything# python app.py --device cuda:0 Downloading checkpoints from Google Drive... tips: If you cannot see the progress bar, please try to download it manuall and put it in the checkpointes...

I've been trying to run the Track-Anything code on my machine which has an NVIDIA GeForce RTX 4090 GPU, but I've been encountering compatibility issues. The problem arises due to...

Clean install (git clone). pip installed requirements. Tried both: python app.py --device cuda:0 and python app.py --device cuda:0 --sam_model_type vit_b (I have a 12GB 3060) Here's the result: PS D:\track-anything>...