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

Add progress report during the train #8

Open
alessiosavi opened this issue Dec 1, 2019 · 0 comments
Open

Add progress report during the train #8

alessiosavi opened this issue Dec 1, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alessiosavi
Copy link
Owner

alessiosavi commented Dec 1, 2019

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.

@alessiosavi alessiosavi added the enhancement New feature or request label Dec 1, 2019
@alessiosavi alessiosavi self-assigned this Dec 1, 2019
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
@alessiosavi alessiosavi added this to Low priority in PyRecognizer Jan 9, 2020
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
PyRecognizer
  
Low priority
Development

No branches or pull requests

1 participant