Crash while loading HOG object detection model (Bug #4137)
Description
When loading the HOG cascade model, the programming will crash.
I've tried the sample model file in the data/hogcascades and model of myself.
Both crashes.
After reading the code of 3.0-beta, found nothing about the hog feature evaluator under the dir : modules/objdetect/src/*
Related issues
related to Bug #4336: CPU CascadeClassifier with HOG not working anymore with o... | Open | 2015-05-14 |
Associated revisions
Merge pull request #4137 from asmorkalov:as/ros_conflict
History
Updated by Vadim Pisarevsky almost 10 years ago
- Category set to objdetect
Updated by Alex D almost 10 years ago
Please fix this bug.
Updated by Vadim Pisarevsky almost 10 years ago
Hello! We decided to remove this code from 3.0, because it implements rather strange variant of HOG. In xobjdetect there is new experimental code that uses ICF/ACF + WaldBoost. Hopefully, it will be in a good shape in a few months from now
- Status changed from New to Cancelled