tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

DeepLearningImplementations/Colorful #33

Closed JulienCriss closed 7 years ago

JulienCriss commented 7 years ago

Hello @tdeboissiere ,

For DeepLearningImplementations/Colorful how can I make to color a single picture given as input

e.g python main.py eval --img_in my_grayscale_picture.png

Thanks.

tdeboissiere commented 7 years ago

Hi Julien,

that should be straightforward to implement through the modification of the plot_batch_eval function in general_utils.py