Predicting Vehicle Motion and Direction using Optical Flow

In this post we’ll explore the topic of optical flow. Optical flow has many useful application in computer vision such as structure from motion and video compression. Let’s see if it’s possible to use optical flow to predict a vehicle’s motion from a dash camera feed.

Training on Large Scale Image Datasets with Keras

In this post you’ll learn how to train on large scale image datasets with Keras. We’ll leverage python generators to load and preprocess images in batches.

Running Tensorflow with Nvidia Docker

In this post you’ll learn how to use nvidia-docker with Tensorflow.