I m using neural network implementation of opencv as classifier for training. There is provision of using detectMultiscale of hog with SVM. Instead of SVM I want to use neural network model. Any suggestions on how to achieve this?
1 | initial version |
I m using neural network implementation of opencv as classifier for training. There is provision of using detectMultiscale of hog with SVM. Instead of SVM I want to use neural network model. Any suggestions on how to achieve this?