opendatacam / opendatacam

An open source tool to quantify the world
https://opendata.cam
MIT License
1.59k stars 279 forks source link

OpenDataCam on Google Coral? #90

Open b-g opened 5 years ago

b-g commented 5 years ago

We should keep an eye on Google's new ML embedded device platform Coral ... would be interesting to know whether there is a docker-coral option as well, so that we can run ODC there "out of the box" as well.

Talk: Introducing Google Coral – Building On-Device AI (Google I/O'19)

😂 Great demo: https://twitter.com/teropa/status/1136166198733955072

tdurand commented 5 years ago

Yes, I'm following it also, the architecture is different and no way to run darknet / cuda stuff for now.

From what I know you can only run tensorflow stuff on it, but yeah YOLO has implementations in tensorflow.. but no quick win infortunately 😉

jogiji commented 3 years ago

Are we doing this some time in future.. @tdurand I have a few coral devices with me ... from what i have seen we need a replacement for yolo based forever-monitor code for coral... If that is correct i would like to do a hacky build for this..

tdurand commented 3 years ago

no planned @jogiji , so feel free to work on it.. Yes you need to switch darknet with the coral based YOLO and hook to OpenDataCam with an MJPEG stream & a JSONStream with the detections.