Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: edgetam
|
4 |
+
---
|
5 |
+
# Model Details
|
6 |
+
|
7 |
+
[\[📃 Tech Report\]](https://arxiv.org/abs/2501.07256)
|
8 |
+
[\[📂 Github\]](https://github.com/facebookresearch/EdgeTAM)
|
9 |
+
[\[🤗 Demo\]](https://huggingface.co/spaces/facebook/EdgeTAM)
|
10 |
+
|
11 |
+
EdgeTAM is an on-device executable variant of the SAM 2 for promptable segmentation and tracking in videos. It runs 22× faster than SAM 2 and achieves 16 FPS on iPhone 15 Pro Max without quantization.
|
12 |
+
|
13 |
+
# How to use
|
14 |
+
|
15 |
+
We provide the inference code with local deployment instructions in https://github.com/facebookresearch/EdgeTAM.
|
16 |
+
You can find more details in the GitHub repo.
|
17 |
+
|
18 |
+
# Citation
|
19 |
+
If you find our code useful for your research, please consider citing:
|
20 |
+
|
21 |
+
```
|
22 |
+
@article{zhou2025edgetam,
|
23 |
+
title={EdgeTAM: On-Device Track Anything Model},
|
24 |
+
author={Zhou, Chong and Zhu, Chenchen and Xiong, Yunyang and Suri, Saksham and Xiao, Fanyi and Wu, Lemeng and Krishnamoorthi, Raghuraman and Dai, Bo and Loy, Chen Change and Chandra, Vikas and Soran, Bilge},
|
25 |
+
journal={arXiv preprint arXiv:2501.07256},
|
26 |
+
year={2025}
|
27 |
+
}
|
28 |
+
```
|