OpenCV comes with a person detector out of the box, through HOGDescriptor::getDefaultPeopleDetector()
. This model does not seem to be trained on images of people from overhead. Is there a pre-trained HOG detector for overhead person detection?
1 | initial version |
OpenCV comes with a person detector out of the box, through HOGDescriptor::getDefaultPeopleDetector()
. This model does not seem to be trained on images of people from overhead. Is there a pre-trained HOG detector for overhead person detection?