Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,13 +10,13 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
# [RepViT-SAM: Towards Real-Time Segmenting Anything]()
|
14 |
|
15 |
Official PyTorch implementation of **RepViT-SAM**, from the following paper:
|
16 |
|
17 |
-
[RepViT-SAM: Towards Real-Time Segmenting Anything]().\
|
18 |
Ao Wang, Hui Chen, Zijia Lin, Hengjun Pu, and Guiguang Ding\
|
19 |
-
[[`arXiv`]()]
|
20 |
|
21 |
<details>
|
22 |
<summary>
|
@@ -85,11 +85,11 @@ Thanks for the great implementations!
|
|
85 |
|
86 |
If our code or models help your work, please cite our paper:
|
87 |
```BibTeX
|
88 |
-
@misc{
|
89 |
-
title={RepViT:
|
90 |
-
author={Ao Wang and Hui Chen and Zijia Lin and
|
91 |
year={2023},
|
92 |
-
eprint={
|
93 |
archivePrefix={arXiv},
|
94 |
primaryClass={cs.CV}
|
95 |
}
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# [RepViT-SAM: Towards Real-Time Segmenting Anything](https://arxiv.org/abs/2312.05760)
|
14 |
|
15 |
Official PyTorch implementation of **RepViT-SAM**, from the following paper:
|
16 |
|
17 |
+
[RepViT-SAM: Towards Real-Time Segmenting Anything](https://arxiv.org/abs/2312.05760).\
|
18 |
Ao Wang, Hui Chen, Zijia Lin, Hengjun Pu, and Guiguang Ding\
|
19 |
+
[[`arXiv`](https://arxiv.org/abs/2312.05760)]
|
20 |
|
21 |
<details>
|
22 |
<summary>
|
|
|
85 |
|
86 |
If our code or models help your work, please cite our paper:
|
87 |
```BibTeX
|
88 |
+
@misc{wang2023repvitsam,
|
89 |
+
title={RepViT-SAM: Towards Real-Time Segmenting Anything},
|
90 |
+
author={Ao Wang and Hui Chen and Zijia Lin and Jungong Han and Guiguang Ding},
|
91 |
year={2023},
|
92 |
+
eprint={2312.05760},
|
93 |
archivePrefix={arXiv},
|
94 |
primaryClass={cs.CV}
|
95 |
}
|