Ask Your Question

esha's profile - activity

2017-02-09 00:37:12 -0600 received badge  Enthusiast
2017-01-30 03:31:55 -0600 asked a question How to get the confidence value of detections got through ANN_MLP?

I have got too many detections through neural network classifier. Hence I want to reject some of them based on the confidence value of each detection. Kindly help me to get the parameter which can give me the confidence value of each detection.

2016-12-01 06:07:49 -0600 commented question How to implement detectMultiscale function for hog feature detection with neural network classifier?

@berak: Yeah it would be slow, but the accuracy i want is not achieved through SVM. With neural network, I m getting good accuracy. So any other method through which i can detect object throughout the frame, some method similar as detectMultiscale()?

2016-12-01 05:07:37 -0600 asked a question How to implement detectMultiscale function for hog feature detection with neural network classifier?

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?