- BRISQUE(extract 36 dimesion brisque features,you can train svr model in labeled datasets like TID2013/LIVE/CSIQ)
- NIQE
- PIQE
high score has high quality
python test.py --mode brisque --path=imgs/origin.jpeg
python test.py --mode brisque --path=imgs/compression.jpeg
high score has low quality
python test.py --mode niqe --path=imgs/origin.jpeg
python test.py --mode niqe --path=imgs/compression.jpeg
high score has low quality
python test.py --mode piqe --path=imgs/origin.jpeg
python test.py --mode piqe --path=imgs/compression.jpeg