GithubHelp home page GithubHelp logo

psnr-ssim-uciqe-uiqm-python's Introduction

Hi there 👋

psnr-ssim-uciqe-uiqm-python's People

Contributors

fansuregrin avatar xueleichen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

psnr-ssim-uciqe-uiqm-python's Issues

指标值非常大?

你好,我用你的指标算了一下uiqm和uciqe,发现指标非常的大。据我看过的论文,这两指标通常在2以内。

这是我算后的结果:
Average: uiqm=9.089692147135265 uciqe=4.310251438111393

不知什么原因。

关于uciqe的疑问

您好,我不了解lab的范围是怎么定下来的?
您使用的是color.rgb2lab 得到的lab的界限好像是l属于0100,a和b属于-128127
但是还有的代码是用的cv2换的颜色空间,cv2默认把l,a,b都归一化到了0~255
但是论文中又没有提到这个问题,请问你是怎么理解的呢

uciqe代码有问题

nevaluate
第37行,conl = np.mean(isl[::top])-np.mean(sl[::top]),
应改为conl = np.mean(isl[:top])-np.mean(sl[:top])
::top是隔top个取一个的意思,:top才是取前top个的意思

我用python跑的,评价结果有问题。

您好,感谢您的代码。但是我用您的代码进行评价水下图像增强后的图片时,结果不合理。UIQM是0.7-0.8(正常是3+),而UCIQE是29-30(正常是零点几).这显然是不合理的,我用的就是PNG格式的图片,请问这是因为什么导致的呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.