Topic
Computer Vision in Python: How to build a basic face detection system
By: Jeremy Watt
Date: July 14, 2016, 6 p.m.
In this short talk Jeremy will describe the universal pipeline for performing object detection (that is, the automatic detection of objects in digital images) in Python. This will include a discussion of various classification schemes, feature extraction methods, and their fusion in the form of deep neural networks. Demo code illustrating these concepts will be shown using the IPython notebook environment.