Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is the 'getDefaultPeopleDetector' SVM in opencv only able to detect standing people?

I am doing various experiments to detect people using opencv. However, there is a problem in the experiment. In the setSVMDetector function, HOGDescriptor :: getDefaultPeopleDetector () argument is used to detect the person, but the person sitting and lying is not detected. I am wondering if HOGDescriptor :: getDefaultPeopleDetector () SVM is recognizable only to the standing person. Is it possible to recognize only standing people?