100 GFLOPS can process deep learning predictions on HD video in real time? I thought even GPUs like the GTX 1080 (8.8 TFLOPS) had difficulty with that.
AWS DeepLens – Deep learning enabled video camera for developers
31–40 of 49 posts
Re: AWS DeepLens – Deep learning enabled video camera for developers
#32Earlier quoted context omitted.
Please submit a post about this project, with juicy details!
Sure will do, mostly I've been training squirrel recognition models on my laptop and also learning what it takes to run those models on the raspberry pi (low frame rates) with OpenCV. I did also buy one of these though https://www.adafruit.com/product/997 so once I get everything running I may also have videos of squirrels being sprayed by the garden hose :)
https://web.archive.org/web/20080913222639/http://www.quantu...
Re: AWS DeepLens – Deep learning enabled video camera for developers
#33Re: AWS DeepLens – Deep learning enabled video camera for developers
#34This is neat but sort of strange - I love the idea of a hardware package that makes fiddling with deep learning easy, but I wonder why Amazon went through the trouble of producing such a relatively niche product? If I had to guess, this is going to be a great "user education" tool for AWS, designed to get new developers on the platform as early in the learning process as possible.
Re: AWS DeepLens – Deep learning enabled video camera for developers
#35Perfect! I will train one of these to watch my pained facial expressions when Alexa is triggered without using a keyword. Then it will fire a speech script "Bad Alexa."
Re: AWS DeepLens – Deep learning enabled video camera for developers
#36100 GFLOPS can process deep learning predictions on HD video in real time? I thought even GPUs like the GTX 1080 (8.8 TFLOPS) had difficulty with that.
Most of the time you don't need pixel-level classification. Suppose you want to make a cat tracker. How small can you shrink an HD image and still reliably detect a cat (using your own brain)? Pretty small. Probably less than a quarter of the size at least. Do you need colour? Often you can get away without it, so that's a third of the data gone too. For full-image classification you could go even smaller and still b…
Re: AWS DeepLens – Deep learning enabled video camera for developers
#37Re: AWS DeepLens – Deep learning enabled video camera for developers
#38This is neat but sort of strange - I love the idea of a hardware package that makes fiddling with deep learning easy, but I wonder why Amazon went through the trouble of producing such a relatively niche product? If I had to guess, this is going to be a great "user education" tool for AWS, designed to get new developers on the platform as early in the learning process as possible.
Do you really think its niche? Sure its not going to be a GoPro consumer product but the market for "smart video cameras" or whatever you want to call video+insight is going to be pretty darn big. This seems like this easiest foray into combining a video camera with learning with limited bandwidth issues. My only concern is whether or not Google will come out with something similar in the near term.
Re: AWS DeepLens – Deep learning enabled video camera for developers
#39How soon before someone attaches a gun and legs to this thing? (see: Portal)
I was imagining hooking up an old airsoft gun to one, legal, cheap, effective deterrent for small animals.
This is another example of tech beating the hell out of laws.
Re: AWS DeepLens – Deep learning enabled video camera for developers
#40Shameless related plug : We recently developed a deep-learning powered 2-axis-gimbal for a webcam : https://github.com/GistNoesis/Linn-Photobooth . We do use deep-learning either for deep-art or for pose tracking. I guess we can probably control the gimbal with this new camera though I'm not sure It will be able to process deep art. In my other usages, usually I have multiple cheap webcams with cheap board (IP cams o…