gustavla / autocolorize

Automatic colorizaton of grayscale images using Deep Learning
BSD 3-Clause "New" or "Revised" License
220 stars 65 forks source link

calc_rgb param argument splitting #2

Closed rkern closed 8 years ago

rkern commented 8 years ago

https://github.com/gustavla/autocolorize/blob/master/autocolorize/__main__.py#L130

This won't work when the desired h_method is expectation-cf since the delimiting character is in one of the components.

gustavla commented 8 years ago

Ah, you are right. Caused by last-minute name change. I will push a fix tonight. Thanks for the catch!

gustavla commented 8 years ago

Note that I changed the splitting delimiter to :, so you can do for instance expectation:expectation-cf.