├── Datasets ├── LIVE.py ├── LIVEC.py └── __pycache__ │ ├── LIVE.cpython-37.pyc │ └── LIVEC.cpython-37.pyc ├── README.md ├── config.yaml ├── data ├── CSIQfullinfo.mat └── LIVEfullinfo.mat ├── network.py └── train.py /Datasets/LIVE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/Datasets/LIVE.py -------------------------------------------------------------------------------- /Datasets/LIVEC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/Datasets/LIVEC.py -------------------------------------------------------------------------------- /Datasets/__pycache__/LIVE.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/Datasets/__pycache__/LIVE.cpython-37.pyc -------------------------------------------------------------------------------- /Datasets/__pycache__/LIVEC.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/Datasets/__pycache__/LIVEC.cpython-37.pyc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/README.md -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/config.yaml -------------------------------------------------------------------------------- /data/CSIQfullinfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/data/CSIQfullinfo.mat -------------------------------------------------------------------------------- /data/LIVEfullinfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/data/LIVEfullinfo.mat -------------------------------------------------------------------------------- /network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/network.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lllllllllllll-llll/hyperIQA/HEAD/train.py --------------------------------------------------------------------------------