-
Notifications
You must be signed in to change notification settings - Fork 85
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
The Function of Pretrained Model #29
Comments
The expert models reproduce the retouches of human photographer as described in the paper. Variations like _cm1 refer to “channel multiplier” which were used to explore performance trade-offs. I included them for completeness, but they are not described in the paper.
Mika
… On Jul 10, 2018, at 9:08 AM, XiangyuWu ***@***.***> wrote:
Hi, Michael!
I am implementing your project and have seen great improvements it makes for image enhancing with the pretrained model local_laplacian. And there are also many other models, such as expertC_comparison, experts_cm1, etc, for which I don't clearly understand their functions through their names.
Is there any introduction for these the pretrained model? Any reply would be appreciated.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Only hdr model is separately trained with RAW or YUV ? From the quote, we are not sure if the 16 bit linear input is directly DNG stream from camera or just YUV422 (16 bit YUV ) ?
|
The trained models provided here (except the hdrp model) are trained on RGB images. The hdrp model was trained on a custom YUV format following the HDR+ dataset: https://hdrplusdata.org. This pretrained model is unfortunately no longer supported. The quote refers to the Android demo with showcase in our supplemental video (not released). For the live viewfinder in this app, the models were trained on the YUV data provided by the Android's Camera2 API. |
@mgharbi Many thanks for your explanation. |
@mgharbi thanks for reaching out,
but still got a strange color output(more green than normal) Will train a new HDR model with the dataset once the I tried get normal color By the way, could you share your inference time on Android (Halide with opencl to run on gpu)? |
To butterl, did you find right training method? and how about your performance with android opencl? whether drop this or have got expected result? |
@peppaseven the old problem is because the input not match the pretrained model. And the PSNR is 21.4db at most (that‘s the biggest problem, you could see my result here). And I didn't try opencl on phone yet ,and if it could not rich a 28db+ psnr, that’s not time to port to phone |
I also want to know whether someone can duplicate same result as mgharbi stated, I am a freshman for deep learning field,just try to find a model to enhance low resolution video and pictures. if can't achieve 28 or higher PSNR, I have to drop training plan... |
Hi, Michael!
I am implementing your project and have seen great improvements it makes for image enhancing with the pretrained model local_laplacian. And there are also many other models, such as expertC_comparison, experts_cm1, etc, for which I don't clearly understand their functions through their names.
Is there any introduction for the pretrained models? Any reply would be appreciated.
The text was updated successfully, but these errors were encountered: