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

How to run inference using images instead of a random tensor? #39

Closed
Tylersuard opened this issue Mar 22, 2020 · 2 comments
Closed

How to run inference using images instead of a random tensor? #39

Tylersuard opened this issue Mar 22, 2020 · 2 comments
Labels
data science documentation Improvements or additions to documentation

Comments

@Tylersuard
Copy link

In the Model.ipynb notebook: https://github.com/elcronos/COVID-19/blob/master/notebooks/Model.ipynb

There is code to run inference on a randomized tensor but not on an actual image. Can we change that? I'm having trouble converting and testing it.

@franciscohanna92 franciscohanna92 added data science documentation Improvements or additions to documentation labels Mar 22, 2020
@elcronos
Copy link
Owner

Hi @Tylersuard that notebook can be changed. The example works with a random image because it has the same dimensions that an image. If you want to check real example of an image have a look at this: https://github.com/elcronos/COVID-19/tree/master/backend . You can run the server on your local machine and test it with the example. Which correspond to an image of an xray encoded to base64

@Tylersuard
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data science documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants