TypeError: hog() got an unexpected keyword argument ‘visualize‘

Error message

Running svm+hog code
TypeError: hog() got an unexpected keyword argument 'visualize'

Cause Analysis

Maybe the spelling of visualize is different in different versions of svm.

Solution

I changed the system from visualize to visualise and it became normal.

Guess you like

Origin blog.csdn.net/mao_hui_fei/article/details/130590860