-
Notifications
You must be signed in to change notification settings - Fork 19
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 detail enhancement #3
Comments
Hi, I just upload some codes about the post processing of detail enhancement and stylization. After predicting the smooth images with our trained neural network, you should run post_detail_enhance.m to generate the final detail enhanced images. Note you can adjust some parameters in the matlab codes for different strength of exaggeration effects. Sorry for the missing codes. Thanks. |
Now the final results of detail enhancement can be reproduced. Thanks for you prompt response. |
@fqnchina Hi, I cannot find where the function zeroone implements. |
Oh sorry. I just upload it. |
Hi, @fqnchina
Let's say the input is "./images/detail_enhancement/detail_2_5.png", so the intermediate smooth image "detail_2_5-predict.png" can be inferred by the pre-trained model "./netfiles/model_smooth_detail-enhance_30.net", then how can I further get the final "detail_2_5-predict-detail.png"?
According to the paper, it can be obtained by the following process:
if I don't misunderstand, not so sure of myself.
Thank you in advance.
The text was updated successfully, but these errors were encountered: