September 2019
Intermediate to advanced
420 pages
10h 29m
English
What's left to do is to connect the SVM classification procedure with the process of detection. The way to do this is to repeat our classification for every possible patch in the image. This is similar to what we did earlier when we visualized decision boundaries; we created a fine grid and classified every point on that grid. The same idea applies here. We divide the image into patches and classify every patch as either containing a pedestrian or not.
By following these steps, you will be able to detect a pedestrian in an image:
In [23]: stride = ...
Read now
Unlock full access