Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to label/track HOG detections in order to improve the detection system?

Hi everyone!

I'm working with HOG SVM in order to detect people in a video. I actually trained my own hog detector in order to have a flexible training and detection system. But my own hog detector have many false positives. A way to make it perform better is to eliminate the detections which are present in isolated frames assuming that a person will not appear and disappear suddenly.

-Is there a way to label the hog detections in order to filter them?

-Is it necessary in this case to track the detections ?

-What is the best and fastest way to do it? Is using Kalman filter a good choice? Should I just track the bounding box or do some feature matching inside? and what are the OpenCV available tools that may make this task easier for me?

Sorry for this huge amount of questions asked at once, Your help would be appreciated!

Thanks.

Jasmin

How to label/track HOG detections in order to improve the detection system?

Hi everyone!

I'm working with HOG SVM in order to detect people in a video. I actually trained my own hog detector in order to have a flexible training and detection system. But my own hog detector have many false positives. A way to make it perform better is to eliminate the detections which are present in isolated frames assuming that a person will not appear and disappear suddenly.

-Is there a way to label the hog detections in order to filter them?

-Is it necessary in this case to track the detections ?

-What is the best and fastest way to do it? Is using Kalman filter a good choice? Should I just track the bounding box or do some feature matching inside? and what are the OpenCV available tools that may make this task easier for me?

Sorry for this huge amount of questions asked at once, Your help would be appreciated!

Thanks.

Jasmin