-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add progress report during the train #8
Labels
enhancement
New feature or request
Comments
alessiosavi
pushed a commit
that referenced
this issue
Dec 2, 2019
Enhancements - util.random_string more human readable - Create method for wrap the response data and construct the response Issue #8 Manage face recognition among multiple faces in the same image - Allow the possibility to receive an image with more than one face - Apply face recognition logic among every faces found - Apply machine learning technique to the faces encoded - Return [{person: distance}] as data into response Issue #12 [Owasp] Add security headers - util.secure_request is now delegated to set the security headers into the response - @app.after_request wrapper used for secure every response request
alessiosavi
added a commit
that referenced
this issue
Jan 3, 2020
Enhancements - util.random_string more human readable - Create method for wrap the response data and construct the response Issue #8 Manage face recognition among multiple faces in the same image - Allow the possibility to receive an image with more than one face - Apply face recognition logic among every faces found - Apply machine learning technique to the faces encoded - Return [{person: distance}] as data into response Issue #12 [Owasp] Add security headers - util.secure_request is now delegated to set the security headers into the response - @app.after_request wrapper used for secure every response request
alessiosavi
added a commit
that referenced
this issue
Jan 3, 2020
Enhancements - util.random_string more human readable - Create method for wrap the response data and construct the response Issue #8 Manage face recognition among multiple faces in the same image - Allow the possibility to receive an image with more than one face - Apply face recognition logic among every faces found - Apply machine learning technique to the faces encoded - Return [{person: distance}] as data into response Issue #12 [Owasp] Add security headers - util.secure_request is now delegated to set the security headers into the response - @app.after_request wrapper used for secure every response request
alessiosavi
added a commit
that referenced
this issue
Jan 3, 2020
Enhancements - util.random_string more human readable - Create method for wrap the response data and construct the response Issue #8 Manage face recognition among multiple faces in the same image - Allow the possibility to receive an image with more than one face - Apply face recognition logic among every faces found - Apply machine learning technique to the faces encoded - Return [{person: distance}] as data into response Issue #12 [Owasp] Add security headers - util.secure_request is now delegated to set the security headers into the response - @app.after_request wrapper used for secure every response request
alessiosavi
added a commit
that referenced
this issue
Jan 3, 2020
Enhancements - util.random_string more human readable - Create method for wrap the response data and construct the response Issue #8 Manage face recognition among multiple faces in the same image - Allow the possibility to receive an image with more than one face - Apply face recognition logic among every faces found - Apply machine learning technique to the faces encoded - Return [{person: distance}] as data into response Issue #12 [Owasp] Add security headers - util.secure_request is now delegated to set the security headers into the response - @app.after_request wrapper used for secure every response request
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, after send a request for train/tune the network, the browser will wait the completation of the request without show any information.
This because the request is not managed in background and no progress file are produced.
A very basic progress bar, can be created exposing a file where some progress information are written during the train. Than the user will refresh the browser page where the file is exposed in order to understand the time spent and the work remaining.
The text was updated successfully, but these errors were encountered: