PyTorch
English
seagull
Zevin2023 commited on
Commit
3705ca7
1 Parent(s): e861667

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - Zevin2023/SEAGULL-100w
5
+ - Zevin2023/SEAGULL-3k
6
+ language:
7
+ - en
8
+ ---
9
+
10
+ <img src="https://github.com/chencn2020/SEAGULL/raw/main/imgs/Logo/logo.png" alt="SEAGULL" style="height: auto; width: 100%;">
11
+
12
+ <div style="display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; width: 100%;">
13
+ <a href=""><img src="https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm-dark.svg" alt="Open in Spaces" style="max-width: 100%; height: auto;"></a>
14
+ <a href="https://arxiv.org/abs/2411.10161"><img src="https://img.shields.io/badge/Arxiv-2411:10161-red" style="max-width: 100%; height: auto;"></a>
15
+ <a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fhuggingface.co%2Fdatasets%2FZevin2023%2FSEAGULL-100w&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Visitors&edge_flat=false" style="max-width: 100%; height: auto;"></a>
16
+ <a href='https://github.com/chencn2020/SEAGULL/'><img src='https://img.shields.io/github/stars/chencn2020/Seagull.svg?style=social' style="max-width: 100%; height: auto;"></a>
17
+ </div>
18
+
19
+ # Citation 🖊️
20
+ If our work is useful to your research, we will be grateful for you to cite our paper:
21
+
22
+ ```
23
+ @misc{chen2024seagullnoreferenceimagequality,
24
+ title={SEAGULL: No-reference Image Quality Assessment for Regions of Interest via Vision-Language Instruction Tuning},
25
+ author={Zewen Chen and Juan Wang and Wen Wang and Sunhan Xu and Hang Xiong and Yun Zeng and Jian Guo and Shuxun Wang and Chunfeng Yuan and Bing Li and Weiming Hu},
26
+ year={2024},
27
+ eprint={2411.10161},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CV},
30
+ url={https://arxiv.org/abs/2411.10161},
31
+ }
32
+ ```