Hi everyone,
as written in the title, I have trained a model with Keras that takes as Input an YCbCr image.
However, when I convert the model with CoreMLTools, my newly converted model takes an ARGB image as an input.
I saw that it is possible to change colorspace into BGR or even Greyscale, but I could not find any information regarding YCbCr.
My question is simple, is there a way to handle it ? What should be done to make a CoreML model use YCbCr image.
Kind Regards