Please help me with HEAD cascades [closed]

asked 2017-08-16 02:36:46 -0600

I need to find the entire head, not just the face. I found one cascade for head + shoulders, doesn't work too well..

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-04 11:36:06.355539

Comments

Either, use an existing model and just expand the detection field OR train a complete new model :) Only two possible ways to solve this.

StevenPuttemans gravatar imageStevenPuttemans ( 2017-08-16 04:11:52 -0600 )edit
1

" I found one cascade for head + shoulders, doesn't work too well.."

that's no wonder. face detection works nicely IF you can restrict pose & lighting, and only use a small area with well known features. once you reach the clothes-covered parts of the body, it's all over.

i do not think, yoour idea is feasible at all.

berak gravatar imageberak ( 2017-08-16 23:45:05 -0600 )edit

Actually it is feasible. We trained both upper body ACF and DPM models, but you will need more than the simple boosted cascades of OpenCV :D

StevenPuttemans gravatar imageStevenPuttemans ( 2017-08-17 05:45:11 -0600 )edit