AWS DeepLens – Deep learning enabled video camera for developers
1–10 of 49 posts
Re: AWS DeepLens – Deep learning enabled video camera for developers
#2Re: AWS DeepLens – Deep learning enabled video camera for developers
#3Re: AWS DeepLens – Deep learning enabled video camera for developers
#4If 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
#5"HOT DOG NOT HOT DOG" really makes it useful for adult film industry :D
Re: AWS DeepLens – Deep learning enabled video camera for developers
#6Re: AWS DeepLens – Deep learning enabled video camera for developers
#7100 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.
If you're executing these models at 30FPS on an HD stream (say ~1mm pixels/frame), you have roughly a 100 * 10^9 / (30 * 10^6 ) = 3,000 flops/pixel budget if you're operating at peak, which is about the same flops/pixel of a 16 channel -> 16 channel 3x3 conv. In practice of course you can usually operate on a much smaller spatial input.
Re: AWS DeepLens – Deep learning enabled video camera for developers
#8Re: AWS DeepLens – Deep learning enabled video camera for developers
#9100 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.