-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f6665c
commit c9a97c5
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# Dog-IQA | ||
# Dog-IQA: Standard-guided Zero-shot MLLM for Mix-grain Image Quality Assessment | ||
PyTorch code for our paper "Dog-IQA: Standard-guided Zero-shot MLLM for Mix-grain Image Quality Assessment" | ||
|
||
|
||
[Kai Liu](https://kai-liu001.github.io/), [Ziqing Zhang](), [Wenbo Li](https://fenglinglwb.github.io/), [Renjing Pei](), [Fenglong Song](), [Xiaohong Liu](), [Linghe Kong](https://www.cs.sjtu.edu.cn/~linghe.kong/), and [Yulun Zhang](http://yulunzhang.com/) | ||
|
||
"2DQuant: Low-bit Post-Training Quantization for Image Super-Resolution", arXiv, 2024 | ||
|
||
[arXiv] [visual results] [pretrained models] | ||
|
||
<!-- [Guihai Chen](https://cs.nju.edu.cn/gchen/index.htm) --> | ||
|
||
#### 🔥🔥🔥 News | ||
|
||
- **2024-10-01:** This repo is released. | ||
|
||
--- | ||
|
||
> **Abstract:** TBD | ||
|
||
|
||
## TODO | ||
|
||
* [ ] Update home pages | ||
* [ ] Update abstract and pipeline | ||
* [ ] Add experiment and visual results | ||
* [ ] Release code | ||
|
||
## Contents | ||
|
||
1. Datasets | ||
1. Models | ||
2. Evaluation | ||
3. Results | ||
4. Citation | ||
5. Acknowledgements | ||
|