Posts

Showing posts with the label Object Detection

Video Analytics — Deep Learning Edition

Image
There is a lot of stuff out there when it comes to doing Video Analysis based on Deep Learning (use The Googles). It’s always been a bit of a pain to setup though — as with most things Deep Learning, it’s largely a case of Do It Yourself. Install the packages, re-install them because you didn’t get it quite right, build your models, start training them, reinstall the packages because you didn’t get the GPU version…. you get the point, it takes a while to just get stuff setup before you can even start doing anything. Or, it  used  to take a while. Thanks to  Akshay Bhat ,  herewith a one-stop shop for all your  Deep Video Analytics  needs . In one single set of docker containers, you get everything you need to do DL based video analytics, from importing, to analyzing, and thence to searching. To begin with, you import all the videos you want to process, either directly, from YouTube, or S3/GS/etc. Once you’ve imported them, the project comes with a b...