Coder Social home page Coder Social logo

aecr-net's People

Contributors

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

aecr-net's Issues

训练数据集

作者你好,可以提供一下训练数据集的h5文件吗

训练

作者可以上传下训练文件吗

train

Thank you for your dedication. Will you publish train.py?

Resume released trained model

When I resume the released model, there is an error: "Unexpected key(s) in state_dict: "mix4.w", "mix5.w"". mix4 and mix5 don't appear in the network constructure. So the released model is not matched with the released code. Am I right? Thanks.

Open source code seems to be wrong//开源代码似乎是错误的

Open source code seems to be problematic, e.g. :
x1 = self.block(x_down3)
x2 = self.block(x1)
x3 = self.block(x2)
x4 = self.block(x3)
x5 = self.block(x4)
x6 = self.block(x5)
Does this mean that the FABlock of the network is sharing weights? So should it be 1 instead of 6 as stated in the paper, after all the comparison FFANet is not shared.
We simply changed the organisation of the dataset: from h5 format to direct feeding of jpg images, and the use of DCNs from MMCV-Full instead of those provided by the authors, yielding results that are only 60% of the paper's results.
If shared weights are used, then the number of participants is consistent with the paper but extremely poor, and if no weights are shared, then the number of participants is increased by a factor of 4.
What is the problem, please? Looking forward to your answer
开源的代码似乎是有问题的,如:
这里的意思是网络的FABlock是共享权重的么?那么是否应该是1个,而不是论文中说的6个,毕竟对比的FFANet并不是共享的。
x1 = self.block(x_down3)
x2 = self.block(x1)
x3 = self.block(x2)
x4 = self.block(x3)
x5 = self.block(x4)
x6 = self.block(x5)
我们仅仅是改变了数据集的组织方式:由h5格式改为直接喂入jpg图像,以及使用MMCV-Full的DCN代替作者提供的DCN,得到的结果只有论文结果的60%。
如果使用共享权重,那么参数量和论文一致但是效果极差,如果不共享权重,那么参数量增加4倍。
请问是什么问题呢?期待您的回答

源代码

请作者提供源代码,谢谢

关于对比损失的权重问题

你好,我复现的时候, 按照论文中的损失权重进行训练发现,对比损失 远远大于 L1 损失,并且 图片出现严重的失真和伪影,请问 关于对比损失权重这个问题,您有尝试过其他参数吗,还是 到了训练后期,这种情况会有所改善呢?

How to select multiple negative samples in the paper

Great work!
I have some question about your paper:
1.How to make a positive sample with multiple negative samples to compute contastive loss?
2.How to select multiple negative samples in paper?

Looking forward to your reply

h5

how to get the h5 file?

Unable to download pre-trained models

Could you provide other links to pre-trained models apart from Baidu cloud? I am not able to download from Baidu cloud. Or could you share the models in GitHub directly?

train.py

Thank you for your dedication. When will the code be released?

Parameters

Hey, could you please offer the specific parameters for training different dataset? For example, you have mentioned 100 epochs in the paper, and in your released code the default iteration is 500000. Then what's the true final choice? Is there any difference between NH-HAZE and SOTS? etc.. Thank you very much!

train.py

Thank you for your dedication. Will you publish train.py?

loss code

Hello, could you please provide a complete code that can be trained? Thanks

training details

Nice work and congrats. When will you release the training code?

模型参数大小与论文不符

您论文里面提到AECR模型的参数大小为2.61M,但是我在使用您给出的网络训练出来的模型参数为10.5M,远远大于论文中的描述。。请问能否提供您的训练文件和预训练模型?

deconv模块和FastDeconv

作者您好!代码中deconv模块及FastDeconv函数都无法在标准库中找到,请问这部分是什么呢~

The explanation in the paper is wrong.

In the line 98 of AECRNet.py

The authors define the DehazeBlock only once.

So all DehazeBlocks share parameters.

This is different from the description in the paper.

Confusion regarding implementation of Contrastive Loss

Hi! Using Contrastive Loss is indeed an impressive idea! However, I am confused as to how this loss is being calculated and updated. Do you flatten the model output and compare(use contrastive loss) it with the flattened Target output?? And if we also use L1 loss, how do we update the model weights using both L1 and Contrastive Loss function?? I hope the PyTorch code will be updated soon enough, it might give some more clarity.

Thanks!

FastDeconv

What is the fastdeconv package in the model,Is it a package in torch?

code

Hello, thank you for your great work!
I'd like to know when your version of Pytorch code will be released?

Supplementary materials

Can you provide the Supplementary materials you mentioned in paper?I wanna know more details about this impressive work!

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.