Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
3 |
---
|
4 |
|
5 |
# RobustSAM: Segment Anything Robustly on Degraded Images (CVPR 2024 Highlight)
|
@@ -10,7 +11,7 @@ library_name: transformers
|
|
10 |
|
11 |
Official repository for RobustSAM: Segment Anything Robustly on Degraded Images
|
12 |
|
13 |
-
[Project Page](https://robustsam.github.io/) | [Paper](https://
|
14 |
|
15 |
|
16 |
## Updates
|
@@ -168,5 +169,4 @@ If you find this work useful, please consider citing us!
|
|
168 |
|
169 |
|
170 |
## Acknowledgements
|
171 |
-
We thank the authors of [SAM](https://github.com/facebookresearch/segment-anything) from which our repo is based off of.
|
172 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
---
|
5 |
|
6 |
# RobustSAM: Segment Anything Robustly on Degraded Images (CVPR 2024 Highlight)
|
|
|
11 |
|
12 |
Official repository for RobustSAM: Segment Anything Robustly on Degraded Images
|
13 |
|
14 |
+
[Project Page](https://robustsam.github.io/) | [Paper](https://arxiv.org/abs/2406.09627) | [Video](https://www.youtube.com/watch?v=Awukqkbs6zM) | [Dataset](https://huggingface.co/robustsam/robustsam/tree/main/dataset)
|
15 |
|
16 |
|
17 |
## Updates
|
|
|
169 |
|
170 |
|
171 |
## Acknowledgements
|
172 |
+
We thank the authors of [SAM](https://github.com/facebookresearch/segment-anything) from which our repo is based off of.
|
|