Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
#EfficientSAM
|
| 5 |
EfficientSAM: Leveraged Masked Image Pretraining for Efficient Segment Anything
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
# EfficientSAM
|
| 5 |
EfficientSAM: Leveraged Masked Image Pretraining for Efficient Segment Anything
|
| 6 |
+
|
| 7 |
+
## Online Demo & Examples
|
| 8 |
+
[Online demo](https://huggingface.co/spaces/yunyangx/EfficientSAM) and examples can be found in the [project page](https://yformer.github.io/efficient-sam/).
|
| 9 |
+
|
| 10 |
+
If you're using EfficientSAM in your research or applications, please cite using this BibTeX:
|
| 11 |
+
```bibtex
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
@article{xiong2023efficientsam,
|
| 15 |
+
title={EfficientSAM: Leveraged Masked Image Pretraining for Efficient Segment Anything},
|
| 16 |
+
author={Yunyang Xiong, Bala Varadarajan, Lemeng Wu, Xiaoyu Xiang, Fanyi Xiao, Chenchen Zhu, Xiaoliang Dai, Dilin Wang, Fei Sun, Forrest Iandola, Raghuraman Krishnamoorthi, Vikas Chandra},
|
| 17 |
+
journal={arXiv:2312.00863},
|
| 18 |
+
year={2023}
|
| 19 |
+
}
|
| 20 |
+
```
|