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

[Feat] Neural network loading and running #26

Open
angel-penchev opened this issue Oct 25, 2021 · 0 comments
Open

[Feat] Neural network loading and running #26

angel-penchev opened this issue Oct 25, 2021 · 0 comments
Assignees
Labels
client Tasks regarding the frontend client feature New feature or request

Comments

@angel-penchev
Copy link
Member

Describe the feature you'd like
Create a service worker which loads a given tensorflow model from the API (or from a local cache) and runs it on the data read from the headset.

@angel-penchev angel-penchev added feature New feature or request client Tasks regarding the frontend client labels Oct 25, 2021
@angel-penchev angel-penchev added this to the Inovation Hub Sprint milestone Oct 25, 2021
@angel-penchev angel-penchev self-assigned this Oct 25, 2021
angel-penchev added a commit that referenced this issue Oct 28, 2021
Created a service worker to run a tensorflow detection model.
References #26.
angel-penchev added a commit that referenced this issue Oct 29, 2021
Added neural network weights download endpoint.
References #26.
angel-penchev added a commit that referenced this issue Nov 13, 2021
Changed the backend architecture to use paths instead of query params.
This change was made because tf.loadGraphModel wasn't loading properly.
References #26.
angel-penchev added a commit that referenced this issue Nov 13, 2021
Resolved an issue which occured while parsing neural network results.
References #26.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Tasks regarding the frontend client feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant