-
Notifications
You must be signed in to change notification settings - Fork 12
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
Will the code for inference be released? #4
Comments
I am not planning to release the inference code. edit_demo(self.original_original_images[i] * 255, clipped_action[i]) with editted_image = self.photo_editor(self.original_original_images[i].copy(), clipped_action[i])
cv2.imwrite(os.path.basename(self.file_names[i]), (editted_image * 255).astype(np.uint8)) Then, please run |
At first, thanks for your help!I managed to generate enhanced results and saved them. Listed below are some results:Compared the satisfying results produced by your code while training:However, low resolution images produced look pleasing. Compared to the results of 《DeepLPF: Deep Local Parametric Filters for Image Enhancement》 |
Reason for underexposed resultsThank you for your information about "Global and Local Enhancement Networks for Paired and Unpaired Image Enhancement". Low-resolution images generated during training may be different from results by Comparison with DeepLPFDeepLPF is a method for paired photo enhancement, but our method is for unpaired photo enhancement. |
Your work is great! I'm of much interest. However, I'm having trouble how to run the code for a single image or a dir with many pictures. The code written with Chainer is too hard to understand all procedures for me and the demo.py is not useful for me, because no direct image produced is saved. I need the produced images to do more experiments.
I'm looking forward to the inference code.
The text was updated successfully, but these errors were encountered: