Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the performance of the model in training #14

Closed
Iceland-Leo opened this issue Jan 10, 2021 · 6 comments
Closed

About the performance of the model in training #14

Iceland-Leo opened this issue Jan 10, 2021 · 6 comments

Comments

@Iceland-Leo
Copy link

Hi, I use the datasets provided by a CVPR2020 paper "Single-Image HDR Reconstruction by Learning to Reverse the Camera Pipeline" to train ExpandNet, but the loss value never decreases, and the generated image is all black image. I am sure that I haven't changed anything except the training data. Why is that? Is it the datasets that's causing the problem?

@Iceland-Leo
Copy link
Author

Strangely, I have the same problem with my own HDR dataset. Additionally, I just use OpenCV version 4.4 instead of 3, is this the reason for this problem?

@Iceland-Leo
Copy link
Author

Today, I replace your 5 tone mapping methods with another tone mapping method, and I am surprised to find that the training goes well. But in order to make a fair comparison and get the correct results in your paper, I still want to know why using your 5 tone mapping method can't train the model properly. Could you help me find the reasion?

@dmarnerides
Copy link
Owner

Hello there,

I'm glad it works now. I'm not sure what exactly is going wrong, but it sounds like it's with the tone mapping. I haven't ran the training recently with newer versions of the libraries so that might be the problem.

In any case, maybe try to run it using a single tone mapper each time from the provided OpenCV ones. This way you might find the specific tone mapper that causes the problem.

Best,
Demetris

@Iceland-Leo
Copy link
Author

OKay, I will try it.

@Iceland-Leo
Copy link
Author

Experiments show that different version of OpenCV is the key reason. I recommend that you can emphasize this issue in the "README.md" so that others do not encounter the same problem. Thank you very much for your prompt reply.

@dmarnerides
Copy link
Owner

Thanks for investigating this! I will add a note on the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants