OpenCV Body Detection Android Sample

asked 2015-02-09 04:56:38 -0600

ricardo.nascimento gravatar image

updated 2015-02-09 07:45:47 -0600

berak gravatar image

Hi!

I'm using hog_pedestrians.xml and haar_fullbody.xml files provided by OpenCV to detect human body. As I don't know any information about these XML files, is there a way I can calculate the hit rate / miss rate of my algorithm using these XML files?

edit retag flag offensive close merge delete

Comments

I think you can do it on an annotated database, like this one. You shall do some kind of verification algo: detect + verify detection (if the detection is where the pedestrian is)

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-02-09 06:36:46 -0600 )edit