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

try to do inference in ui with tensorflow.js and allow the user to provide their own image #16

Open
rom1504 opened this issue Jul 20, 2020 · 4 comments

Comments

@rom1504
Copy link
Owner

rom1504 commented Jul 20, 2020

No description provided.

@rom1504
Copy link
Owner Author

rom1504 commented Jul 23, 2020

@rom1504
Copy link
Owner Author

rom1504 commented Jul 23, 2020

from efficientnet.tfkeras import EfficientNetB0
model = EfficientNetB0(weights="imagenet", include_top=False, pooling="avg")
import tensorflowjs as tfjs
tfjs.converters.save_keras_model(model, "model_tfjs/")

@anhnhatuel
Copy link

Sorry but I have a question: How to add a new image without embedding all the image?

@rom1504
Copy link
Owner Author

rom1504 commented May 5, 2021

faiss indices have a add method

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

No branches or pull requests

2 participants