kevinssy commited on
Commit
e328072
1 Parent(s): 6cd90b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -14
README.md CHANGED
@@ -1,14 +1,8 @@
1
- # CLIP as RNN: Segment Countless Visual Concepts without Training Endeavor (CaR)
2
-
3
- This repo holds the implementation code of the paper [CLIP as RNN: Segment Countless Visual Concepts without Training Endeavor (CaR)](https://arxiv.org/abs/2312.07661) by Shuyang Sun, Runjia Li, Philip Torr, Xiuye Gu, and Siyang Li:
4
-
5
- ```
6
- @article{clip_as_rnn,
7
- title={CLIP as RNN: Segment Countless Visual Concepts without Training Endeavor},
8
- author={Shuyang Sun and Runjia Li and Philip Torr and Xiuye Gu and Siyang Li},
9
- year={2023},
10
- eprint={2312.07661},
11
- archivePrefix={arXiv},
12
- primaryClass={cs.CV}
13
- }
14
- ```
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ title: CLIP as RNN
4
+ sdk: gradio
5
+ emoji: 🔥
6
+ colorFrom: red
7
+ colorTo: red
8
+ ---