shuyuej commited on
Commit
f449e7b
·
1 Parent(s): 3db8b8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,5 +1,24 @@
 
 
 
 
 
 
 
1
  The source codes are publicly available [at GitHub](https://github.com/SuperBruceJia/NLNet-IQA).
2
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  license: mit
5
  ---
 
1
+ ## Non-local Modeling for Image Quality Assessment
2
+ ### Model Overiew
3
+ <div>
4
+ <div style="text-align:center">
5
+ <img width=60%device-width src="https://github.com/SuperBruceJia/NLNet-IQA/raw/main/overview.png" alt="NLNet">
6
+ </div>
7
+
8
  The source codes are publicly available [at GitHub](https://github.com/SuperBruceJia/NLNet-IQA).
9
 
10
+ ## Trained Models and Benchmark Databases
11
+ ✔︎ Trained Models (Intra-Database Experiments): Download [here](https://drive.google.com/drive/folders/1K-24RGXyvSUZfnTThQ0CXUf4BgJA_pn7?usp=sharing)<br>
12
+ ✔︎ Trained Models (Cross-Database Evaluations): Download [here](https://drive.google.com/drive/folders/1-9XfTt4ne057Ureecf_eLXiMQ_4xucgJ?usp=sharing)<br>
13
+ ✔︎ LIVE, CSIQ, TID2013, and KADID-10k Databases: Download [here](https://drive.google.com/drive/folders/1gfBlByg1bpBXQOFZb6LyCttaX4eAf_Eh?usp=sharing)
14
+
15
+ ## Paper and Presentations
16
+ (1) **Original Paper** can be downloaded [here](https://shuyuej.com/files/MMSP/MMSP22_Paper.pdf).<br>
17
+ (2) **Detailed Slides Presentation** can be downloaded [here](https://shuyuej.com/files/Presentation/A_Summary_Three_Projects.pdf).<br>
18
+ (3) **Detailed Slides Presentation with Animations** can be downloaded [here](https://shuyuej.com/files/Presentation/A_Summary_Three_Projects_Animations.pdf).<br>
19
+ (4) **Simple Slides Presentation** can be downloaded [here](https://shuyuej.com/files/MMSP/MMSP22_Slides.pdf).<br>
20
+ (5) **Poster Presentation** can be downloaded [here](https://shuyuej.com/files/MMSP/MMSP22_Poster.pdf).
21
+
22
  ---
23
  license: mit
24
  ---