GitXplorerGitXplorer
c

tam

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
35af891add77a0205ed199fd8558a8df1a427587

finish changes

cchayryali committed a month ago
Unverified
4cc041c9c13f533d758d5a76d99f28c2cc7570ae

Further investigation, still cannot reproduce the 2x speed ups claimed.

cchayryali committed a month ago
Unverified
8b3875dd140648a880cfa9a1a8774774255e3590

becnhmark TAM; cannot reproduce claimed numbers

cchayryali committed a month ago
Unverified
fd40477897c7f7f85079f880aa2eaa4f47b8ccfa

Speed vs accuracy

yyformer committed 2 months ago
Unverified
21cfca2f251ced818bb6c0781e2093f383374abb

README update

yyformer committed 2 months ago
Unverified
685cbef07b9d71d23bc40fb1c148493d11e14380

README update

yyformer committed 2 months ago

README

The README file for this repository.

Efficient Track Anything

[📕Project][🤗Gradio Demo][📕Paper]

Efficient Track Anything Speed

The Efficient Track Anything Model(EfficientTAM) takes a vanilla lightweight ViT image encoder. An efficient memory cross-attention is proposed to further improve the efficiency. Our EfficientTAMs are trained on SA-1B (image) and SA-V (video) datasets. EfficientTAM achieves comparable performance with SAM 2 with improved efficiency. Our EfficientTAM can run >10 frames per second with reasonable video segmentation performance on iPhone 15. Try our demo with a family of EfficientTAMs at [🤗Gradio Demo].

Efficient Track Anything design

News

[Dec.2 2024] We release the codebase of Efficient Track Anything.

Online Demo & Examples

Online demo and examples can be found in the project page.

EfficientTAM Video Segmentation Examples

SAM 2 SAM2
EfficientTAM EfficientTAM

EfficientTAM Image Segmentation Examples

Input Image, SAM, EficientSAM, SAM 2, EfficientTAM

Point-prompt point-prompt
Box-prompt box-prompt
Segment everything segment everything

Model

EfficientTAM checkpoints will be available soon on the Hugging Face Space.

Acknowledgement

If you're using Efficient Track Anything in your research or applications, please cite using this BibTeX:

@article{xiong2024efficienttam,
  title={Efficient Track Anything},
  author={Yunyang Xiong, Chong Zhou, Xiaoyu Xiang, Lemeng Wu, Chenchen Zhu, Zechun Liu, Saksham Suri, Balakrishnan Varadarajan, Ramya Akula, Forrest Iandola, Raghuraman Krishnamoorthi, Bilge Soran, Vikas Chandra},
  journal={preprint arXiv:2411.18933},
  year={2024}
}