Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Allow prediction on numpy arrays present as local variable #47

Open
vrutikrabadia opened this issue Mar 20, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@vrutikrabadia
Copy link
Contributor

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.

@Mayukhdeb
Copy link
Member

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.

@Mayukhdeb Mayukhdeb added the enhancement New feature or request label Mar 20, 2021
@vrutikrabadia
Copy link
Contributor Author

Okay

@vrutikrabadia
Copy link
Contributor Author

So first we can do that and then continue with this.

@Mayukhdeb
Copy link
Member

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants