devolearn
devolearn copied to clipboard
Enhancement: Allow prediction on numpy arrays present as local variable
The current model only allows us to predict on images by providing a path. We can extend the functionality and flexibility of out module by allowing numpy arrays as arguments to predict.
You're right, I'm planning to add all of these functionalities through the InferenceEngine class found here
So a more sensible thing to do now is to modify all of the current models so that they're a subclass of the InferenceEngine class.
Okay
So first we can do that and then continue with this.
yes