无参考图片/视频质量评价(No-Reference Blind Video Quality Assessment)

无参考图片/视频质量评价(No-Reference Blind Video Quality Assessment)

相关论文

1. VQA_IQA
2. NRVQA
3. NIQE matlab 代码
4. NIQE python 代码

深度学习

传统方法

  • BRISQUE(extract 36 dimesion brisque features,you can train svr model in labeled datasets like TID2013/LIVE/CSIQ)
  • NIQE
  • PIQE

test

brisque

high score has high quality

python test.py --mode brisque --path=imgs/origin.jpeg
python test.py --mode brisque --path=imgs/compression.jpeg

niqe

high score has low quality

python test.py --mode niqe --path=imgs/origin.jpeg
python test.py --mode niqe --path=imgs/compression.jpeg

piqe

high score has low quality

python test.py --mode piqe --path=imgs/origin.jpeg
python test.py --mode piqe --path=imgs/compression.jpeg
posted @ 2021-08-05 19:33  麦克斯的园丁  阅读(591)  评论(0编辑  收藏  举报