Skip to content

A Pytorch implementation of No-Reference Image Quality Assessment (NR-IQA) models trained on the KonIQ-10k dataset

Notifications You must be signed in to change notification settings

FeiHuang93/koniq-PyTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

koniq-PyTorch

A Pytorch reproduction of No-Reference Image Quality Assessment (NR-IQA) models trained on the KonIQ-10k dataset, proposed in the paper "KonIQ-10k: An ecologically valid database for deep learning of blind image quality assessment".

The code is based on koncept512_train_test_py3.ipynb provided in the official repository.

Download the KonIQ-10k dataset with ground truth:

wget "http://datasets.vqa.mmsp-kn.de/archives/koniq10k_512x384.zip" wget "https://github.com/subpic/koniq/blob/master/metadata/koniq10k_distributions_sets.csv" unzip koniq10k_512x384.zip

Train/test the optimal koncept512 model in the paper:

-Traing/test code in koncept512_train_test_pytorch.ipynb.

-The pre-trained model is also available.

About

A Pytorch implementation of No-Reference Image Quality Assessment (NR-IQA) models trained on the KonIQ-10k dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 78.7%
  • Python 21.3%