-
Notifications
You must be signed in to change notification settings - Fork 38
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
Color transfer #29
base: master
Are you sure you want to change the base?
Color transfer #29
Conversation
Starting to look good.
Bottom line: make sure you don't have to do OT on all the pixels. Make this part of your preprocessing. This was my attempt (a long time ago): https://github.com/MichielStock/Teaching/blob/master/Optimal_transport/color_transfer.py Below is the advice I got from Mathieu Blondel Good luck! |
Thank you for the detailed comment! |
Thank you for an important comment...! I did not expect "image_load()" to not work properly. |
When first opening the notebook, did the two default sample images (cityscape.jpg, sunset.jpg) not load properly? |
no, check it by loading the hyperlink to the notebook in Pluto, this is how people will use it.
… On 26 Jan 2022, at 18:45, Ju Hyung Lee ***@***.***> wrote:
When first opening the notebook, did the two default sample images (cityscape.jpg, sunset.jpg) not load properly?
—
Reply to this email directly, view it on GitHub <#29 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABN5PI5WLUHBELN7EZAXZ7DUYAXL3ANCNFSM5LE577UA>.
You are receiving this because you authored the thread.
|
Thank you!
|
Great notebook and very clear walkthrough. Nice to have options available and see the effect on the clustering/color transfer. Initial issues with package loading were resolved by an update by @juhlee. Feel free to add a function when taking a repetitive action. Some small typo's: Eucl_i_dian distance and function reassi_gn_ing(). It worked well when adding new figures for Patrick and Spongebob ;). |
No description provided.