Notebook 7.6 - Pedestrian Detection

In this notebook, you will use computer vision to detect pedestrians.

Initialize descriptor and load pre-trained detector

Set path to the image and load it using OpenCV

Plot the original figure

Detect pedestrian in the image, performance highly affected by the parameters

Suppress overlapping bounding boxes

Draw bounding boxes on detected pedestrian

Plot the figure with bounding box showing the detected pedestrians