Code Monkey home page Code Monkey logo

msbdn-dff's People

Contributors

bookerdewitt 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

msbdn-dff's Issues

model.pkl unpacking problem

Hi,
I want to take a look at what's in model.pkl. However, when I open it using the following code, the output is a series of number.

import pickle
info = pickle.load(open('./model/MSBDNet/checkpoint/msbdn_model.pkl', 'rb'), encoding='utf-8')
print(info)

Output:
119547037146038801333356

Is that the decoding problem? Or do I need some specific package to unpack it, if so,could you please tell which one should I use?
Thank you very much.

About the skip-connection

Thank you for your excellent job about the haze removal task. Why don't use the skip-connection between the input hazy image and the output image? I am a little puzzled about it. Is it conflict with the novel design of the network?

Where is provided links?

"Download datasets from the provided links and place them in this directory"
I want to know where is the links?

train

Why is the result of training fuzzy when using your own data set?

Details in models

HI,
I've just started learning machine learning for a few months,somethings I don't understand.
I want to know in class "ResidualBlock",out= self.conv2(out) * 0.1, why 0.1?

IndexError: list index out of range

您好,我在Epoch5之后出现了如下错误,请问要怎么解决呢:
Traceback (most recent call last):
File "train.py", line 163, in
opt.nEpochs = training_settings[i - 1]['nEpochs']
IndexError: list index out of range

Question

How can i input a hazed_image then output an image result

Training data set details

Training data set details. The.h5 file you provided does not know which data sets the model was trained on.

the probelm of test with '.png'

excuse me , I have a question.
when I test with my date set , it comes the error : The size of tensor a (1088) must match the size of tensor b (1080) at non-singleton dimension 2 .
My data set end with '.png' , I had try the other images which end with 'png',but still meet this error.
But the image end with ‘jpg’ works well.
how can I solve it. thanks a lot.

How to change a new data set, not a foggy data set. I don't know how to change the format。Please!

Hello, I want to change a data set for training, but I found that the data set format used in this paper is. H5, I don't have data set in this format. I only have data set in. JPG format. How can I modify the training code so as to use my own data set? Or do you have any specific methods to change my data set format to. H5 format? This data set in. H5 format is very special, and there must be a lot of conversion details when you synthesize it. Please let me know Thank you very much

the KITTI Haze dataset

Hi,thanks for your sharing!
I have read your paper and i am very interested in the dataset called KITTI Haze dataset.
I will very appreciate if you provide the download link of this dataset.

Best Wishes,

Details about Training Set

Hi
Thank you for sharing your research and open-source code. I was able to replicate your results using the pre-trained weights. I wanted to train a model, for which I require the training set.
In the paper, you have mentioned

To learn a general dehazing model for both indoor and outdoor scenes, we select as the training set 9000 outdoor hazy/clean image pairs and 7000 indoor pairs from the RESIDE training dataset [33] by removing redundant images from the same scenes.

Could you provide those particular images.
Thanks

O-haze and I-haze dataset

I would like to know if the author has cropped the high resolution images, I use 2080TI can not directly handle these images, it will cause the video memory overflow.

GRes

What is the role of GRes? If I remove this module, what effect does it have on the result?

train

I want to know whether changing the data into. H5 file will affect the effect of network training? I used my own data set for training, and I didn't convert the image into. H5 file, but after preprocessing the data, I input it into the network. The network uses the network you proposed, but why does the output result have mosaic effect? The effect is very bad?

No module named 'networks.MSBDN-DFF-v1-1'

When I run test.py using the model.pkl file provided by the author, I ran into a problem:
ModuleNotFoundError: No module named 'networks.MSBDN-DFF-v1-1'
Does anyone encounter this problem and how to solve it?

About Batch Normalization

Excuse me, but can you explain why you didn't use any batch normalization layer in your network ?

A problem

Excuse me,How to solve the problem " AttributeError: 'UpsampleConvLayer' object has no attribute 'reflection_pad'"
Thank you!

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.