Hello everyone,
I was wondering if it is possible, with CoreML, to make a prediction of a batch of images.
For example, my model only has a CVPixelBufferRef as an input for method predition and not an array.
Machine learning framework like Keras or Dlib allow that, and are faster when making a prediction of an array of data than looping and predit each value.
Does anyone know if that is possible ?
Thanks