jadechoghari commited on
Commit
c3ba79d
·
verified ·
1 Parent(s): 47d13a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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://openaccess.thecvf.com/content/CVPR2024/html/Chen_RobustSAM_Segment_Anything_Robustly_on_Degraded_Images_CVPR_2024_paper.html) | [Video](https://www.youtube.com/watch?v=Awukqkbs6zM) | [Dataset](https://huggingface.co/robustsam/robustsam/tree/main/dataset)
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.