You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SGDNet: An End-to-End Saliency-Guided Deep Neural Network for No-Reference Image Quality Assessment
This repository contains the reference code for our ACM MM 2019 paper. The pdf can be found in this link.
If you use any part of our code, or SGDNet is useful for your research, please consider citing:
@inproceedings{yang2019sgdnet,
title={SGDNet: An End-to-End Saliency-Guided Deep Neural Network for No-Reference Image Quality Assessment},
author={Yang, Sheng and Jiang, Qiuping and Lin, Weisi and Wang, Yongtao},
booktitle={Proceedings of the 27th ACM International Conference on Multimedia},
year={2019},
organization={ACM}
}
Requirements
Python 2.7
Keras 2.1.2
Tensorflow-gpu 1.3.0
Getting Started
Installation
Clone this repo:
git clone https://github.com/ysyscool/SGDNet
cd SGDNet
mv SGDNet/acmmm_release/ SGDNet/
mkdir ../checkpoint/
Download weights from Google Drive.
Put the weights into
cd ../checkpoint/
Train/Test
Download the IQA datasets. Their saliency maps, used in our experiments, can be downloaded in this link.
Modify the paths in config.yaml
And then using the following command to train the model (use knoiq10k and DINet as example)
For testing, modify the variables of arg (in line 276) as the trained checkpoint name in the main.py.
And then using the following command to test the model