Closed seantempesta closed 6 years ago
Input should be between 0-1 and it should be RGB. Shape of the output is # of classes, height, width. Predictions can be negative values too. You can pass it through a sigmoid if you want them to be between 0-1.
Thank you.
Hi,
I'm having a hell of a time trying to understand what the model is expecting in terms of input and output. I'm trying to use this model in an iOS project, so I need to convert the model to Apple's CoreML format.
Image input questions:
Prediction output:
So far I'm having the best luck with these specifications: