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

Create API in order to process video flow on remote GPU server #8

Open
7 of 9 tasks
TanguyJeanneau opened this issue Oct 17, 2019 · 0 comments
Open
7 of 9 tasks
Assignees

Comments

@TanguyJeanneau
Copy link
Owner

TanguyJeanneau commented Oct 17, 2019

  • Create a local toy API and access it through bash (curl)
  • Create a local API that loads and query a model
  • Create an endpoint that takes an image path, process the image, then save it (and curl the endpoint)
  • Create a .py file that access the endpoint
  • Now give the endpoint an image instead of an image path
  • Now loop on webcam images
  • finally implement the API on a remote GPU server and query it locally
  • Fix compression method to avoid the bugged 30s of file decoding on server
  • Try to compress / uncompress images before sending and see if speed augment. See https://gist.github.com/andres-fr/f9c0d5993d7e7b36e838744291c26dde
TanguyJeanneau added a commit that referenced this issue Oct 18, 2019
@TanguyJeanneau TanguyJeanneau self-assigned this Oct 25, 2019
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

1 participant