MATLAB: How to detect multiple objects in a video file and label these objects with bounding boxes.

Computer Vision Toolboxconvolution neural networksdeep learningDeep Learning ToolboxImage Processing Toolbox

Hi, I want to know how I can create my own object detection using existing convolution neural networks like alexnet and have this applied to a video file that shows the bounding boxes of those objects.
Where are good places and sources so I can understand how to do this?

Best Answer

Watch Joe Hicklin's demo video, that does exactly that: MathWorks Deep Learning in 11 lines of code