Ask Your Question
2

Is there a shoulder-head detect model in OpenCV? [closed]

asked 2012-09-14 02:12:57 -0600

Yue Yanbin gravatar image

Hello everyone,

We need find the people's head in a image. I want to know if there is a shoulder-head detect model in OpenCV to let me to do that.

Thanks,

Yanbin Yue

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2016-01-16 13:23:02.266048

3 answers

Sort by ยป oldest newest most voted
0

answered 2015-04-24 19:59:40 -0600

bruceyo gravatar image

I think training a head detector in all directions (front, two sides, back, up-down) together is not the solution, as current solutions usually use only one direction (front, back). I am try to train them separately, and later on, add their detecting result together... any other ideas @StevenPuttemans? Thanks!

edit flag offensive delete link more

Comments

@bruceyo, it is not very effective to open up topics that are more than 2 years old ... they talk about repository states that are lost and forgotton. So next time make your own question for that. You will need to train seperate models and then use the location of the detections to merge all the results. If you have enough models you can even use the different detections to do majority voting and ansuring that each head is detected in at least 2 models for example.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-04-25 03:18:28 -0600 )edit
0

answered 2012-09-17 03:50:27 -0600

Kirill Kornyakov gravatar image

Check cascades from here: http://code.opencv.org/projects/opencv/repository/revisions/master/show/data/haarcascades. I remember that there was something for head and shoulders (upperbody?), but I'm not sure about the quality...

edit flag offensive delete link more
0

answered 2012-10-18 04:48:34 -0600

elmiguelao gravatar image

I have tried the "Head and shoulders" from this web site , it's different from those under the openCV codebase, but they are compatible. Even when setting the minimum size of detected "object" larger, it is slower than face detection (like 3x slower), but the detection is real good.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-09-14 02:12:57 -0600

Seen: 10,823 times

Last updated: Apr 24 '15