Git Product home page Git Product logo

self-supervised-image-enhancement-network-training-with-low-light-images-only's People

Contributors

hitzhangyu 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  avatar  avatar  avatar  avatar  avatar

self-supervised-image-enhancement-network-training-with-low-light-images-only's Issues

评测

你好,请问您知道文章中用到的图像评测指标LOE的具体代码吗

关于TF版本的问题

您好,打扰您了,想问一下你这个环境是TF的那个版本,麻烦您注明下,谢谢

出现了形状不对等

使用给出的代码跑了以后,出现了连接形状错误, ConcatOp : Dimensions of inputs should match: shape[0] = [1,366,490,64] vs. shape[1] = [1,365,490,64]

关于测试

为什么我用jpg格式的图像进行测试,产生的图像打不开

HIST EQ

is the hiseq applied to gray image or color image?

关于训练数据的shuffle

在model.py的train函数中,对训练数据进行shuffle时只打乱了输入数据的顺序,没有对train_high_data和train_low_data_eq打乱顺序,是我理解的有问题吗?

Implementation details

Hi, I have two questions regarding the implementation details.

  1. Fig. 2. shows the R and I components decomposed by your network. But how do you output an enhanced image? Do you use another sub-network to enhance the illumination map?

  2. For the histogram equalization loss, can you give some ideas on how to implement that?

Thank you.

error

Does not work with tensorflow version 2.3

测试时遇到的问题InvalidArgumentError (see above for traceback): ConcatOp

您好,我是一个深度学习小白,在用您训练好的模型直接测试时,遇到的下面的错误:
tensorflow.python.framework.errors_impl.InvalidArgumentError: ConcatOp : Dimensions of inputs should match: shape[0] = [1,516,884,64] vs. shape[1] = [1,515,883,64] [[node DecomNet/concat…………
InvalidArgumentError (see above for traceback): ConcatOp : Dimensions of inputs should match: shape[0] = [1,516,884,64] vs. shape[1] = [1,515,883,64]
请问这是什么原因呢?我用的是tf1.13,py3.7。

When do you plan to publish your code?

Hello, I am very interested in your paper Self-supervised Image Enhancement Network: Training with Low Light Images Only. It is a very good work! I wonder how to implement it in code. So do you guys have any plan to public your code?

some problems in my practice

hi yu,
I tried your code and find some minor issues.

  1. pylab module in utils.py is not given. But it seems not necessary and can be commented.
  2. The channel in Decom.conv0 should be represented as 'channel//2' to keep this variable an interger. The usage of python3.7 may result in this.

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.