robmarkcole / coral-pi-rest-server

Perform inferencing of tensorflow-lite models on an RPi with acceleration from Coral USB stick
https://coral.ai/products/accelerator
MIT License
67 stars 20 forks source link

Add processing on a stream #12

Closed robmarkcole closed 4 years ago

robmarkcole commented 5 years ago

GOAL: subscribe to rtsp/mjpeg stream and display processed frame, suitable for low FPS with no caching of data. OPTIONAL: for batch processing, put frames on a REDIS queue using separate process

Display stream issue -> https://github.com/robmarkcole/coral-pi-rest-server/issues/14

robmarkcole commented 4 years ago

I think this is out of scope, better as a separate project or just implement https://www.pyimagesearch.com/2018/02/05/deep-learning-production-keras-redis-flask-apache/