Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Model Input and Output

Yannis edited this page Aug 20, 2017 · 6 revisions

TODO: this needs to be updated in accordance to latest changes

Model Input

Type: Numpy array

Channels: RGB

Dimensions: 1 x 120 x 160 x 3

  • corresponds to an image of 160x120 pixels, RGB
  • Keras requires a four-dimensional array as input, hence the extra dim in front

Default Value Range for each channel: [0, 255]

Model Output

Type: Categorical (softmax)

Default No. Outputs: 15