- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I uses OpenVINO Python API with Flask api servers.
With Flask development server (which is kicked by `flask run` command) I got responses correctly from `ie_api.ExecutableNetwork.start_async()` and `ie_api.InferRequest.wait(-1)`. But with uWSGI server I got no response from the same codes. It stops on `InferRequest.wait(-1)` line. I would like to use uWSGI server on production environment. Is there a solution?
Environment:
- Python3.6
- l_openvino_toolkit_p_2020.1.023
- Ubuntu18.04 on Docker
- face-detection-adas-0001/FP32/face-detection-adas-0001
Thank you.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
You can refer here to properly configure Openvino with server and host it later on.
1. Set up opencv in cloud: https://medium.com/@vahiwe/setting-up-openvino-in-the-cloud-b99599f157eb
you should able to run any OpenVINO™ project on this server now
2. Deploy Django and Flask Applications in the cloud using Nginx, Gunicorn and Supervisor (Ubuntu 18.04):
These are all required installation, configuration and build steps in this guide to use Gunicorn, Supervisor and Nginx in running your Django/Flask applications. You can start hostting your applications in the cloud after this step.
3. This is how you can Deploy Django and Flask Applications in the cloud using Nginx, Gunicorn and Supervisor (Ubuntu 18.04):
Hope my answer helps!.
Sincerely,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Im closing this case. If there are any other inquiries please help to create a new thread.
Thanks & have a great day ahead!.
Sincerely,
Iffa

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page