API for detecting objects in images and video streams using Tensorflow

Dedicated Open Object Detection Service – Yes, it’s a backronym…

DOODS is a REST service that detects objects in images or video streams. It’s designed to be very easy to use, run as a container and available remotely.
It also supports GPUs and EdgeTPU hardware acceleration.

DOODS2 is a rewrite of DOODS in Python. It supports the exact same
REST api endpoints as the original DOODS but it also includes endpoints for handling streaming feeds with realtime
feedback as annotated video and websocket JSON detection data.

Why Python you may ask… Well, lots of machine learning stuff is in Python and there is pretty good support for
Object Detection and helpers in Python. Maintaining the code in Go was a huge pain.
DOODS2 is designed to have a compatible API specification with DOODS

 

 

 

To finish reading, please visit source site