subramgo / Akshi

Computer Vision API
Apache License 2.0
0 stars 0 forks source link

Serve Annotated Images from Memory #5

Closed dactylroot closed 6 years ago

dactylroot commented 6 years ago

Instead of writing an image file to disk to pass from a background process, we want our object-detection annotated images to go straight to the web GUI through working memory.

Maybe a useful lead here: https://fadeit.dk/blog/2015/04/30/python3-flask-pil-in-memory-image/

subramgo commented 6 years ago

Fixed

subramgo commented 6 years ago

The images are now read from memory from the camera and processed