April 2020
Intermediate to advanced
438 pages
12h 2m
English
If you run the preceding code block and plot the result of the prediction, along with the actual labels of the images in the test dataset, you will get an image like the following:

The hog() function from the scikit-image feature module was used to extract the HOG for a given image. It uses the following steps to compute a HOG:
The multichannel parameter of the function is set to True since the last image dimension is to be considered as a color ...
Read now
Unlock full access