akane999

Results 3 comments of akane999

Hi, hog function returns 2 values, so you have to change the line 45 and 55 of extract-features.py with this line fd,hogimage = hog(im, orientations, pixels_per_cell, cells_per_block, visualize, normalize)

Please check the dimensions of your data, this error means that an argument that should be a single value is an array, so It will not work. So check the...