FL33TW00D-HF HF staff commited on
Commit
f051fae
1 Parent(s): 3a961ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: mask-generation
4
+ library_name: sam2
5
+ ---
6
+
7
+ ### Citation
8
+
9
+ To cite the paper, model, or software, please use the below:
10
+ ```
11
+ @article{ravi2024sam2,
12
+ title={SAM 2: Segment Anything in Images and Videos},
13
+ author={Ravi, Nikhila and Gabeur, Valentin and Hu, Yuan-Ting and Hu, Ronghang and Ryali, Chaitanya and Ma, Tengyu and Khedr, Haitham and R{\"a}dle, Roman and Rolland, Chloe and Gustafson, Laura and Mintun, Eric and Pan, Junting and Alwala, Kalyan Vasudev and Carion, Nicolas and Wu, Chao-Yuan and Girshick, Ross and Doll{\'a}r, Piotr and Feichtenhofer, Christoph},
14
+ journal={arXiv preprint arXiv:2408.00714},
15
+ url={https://arxiv.org/abs/2408.00714},
16
+ year={2024}
17
+ }
18
+ ```