On 30 January 2017 at 18:44, GJ <
james.g...@gmail.com> wrote:
>> Any tips from the group on using a trained RGB model on grayscale data?
>
> What are the options?
Try it as it is, it may work. As a benchmark, you could try to
finetune it on the same training set, but on grayscale. If it looses
too much, you should consider retraining a smaller model from scratch,
or even artificially recoulor them. There have been some parpers that
use CNN to reproduce the colours of monocromatic images.
It all depends on how hard your task is, how much data you have, and
how good do you need your predictions to be.