8000 GitHub - anony-impl/DEFNet
[go: up one dir, main page]

Skip to content

anony-impl/DEFNet

Repository files navigation

DEFNet

Code implementation for DEFNet: Multitasks-based Deep Evidential Fusion Network for Blind Image Quality Assessment

Requirements

conda create -n DEFNet python=3.9
conda activate DEFNet
pip install -r requirements.txt

Dataset Preparation

Download BID (Google Drive given by UNIQUE), LIVE, CSIQ, LIVE-Challenge, KADID-10k, and KonIQ-10k datasets into the folder IQA_database.

Usage

  • To train the DEFNet:
python main.py
  • For different task combinations, try to change the value of mtl in line 77.
mtl = 0 # 0:all(q+s+d)   1:q+s   2:q+d
##############################
# 0: all(q+s+d), IQA + scene classification + distortion type classification
# 1: q+s, IQA + scene classification
# 2: q+d, IQA + distortion type classification
##############################

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0