Ask Your Question
0

False positive in object detection

asked 2013-04-18 02:32:49 -0600

Sylvain gravatar image

Hi !

I've follow the tutorial "object detection in a scene" and that's work pretty well. But I still have a question.

In my little app, i want to know which object (in a list) is in the scene. When the object is really in the scene, there is no problem (that's a really good point). But the algorithm is always finding a match, even if the object is not in the scene. Most of the time, when the result is wrong, the 4 points don't form a square, it's a line, a big point or something like an hourglass.

Is there a function who can detect / evaluate the probability of a false positive, or i have to do some math by myself ? :)

edit retag flag offensive close merge delete

Comments

1

Please link to the tutorial you used, thx.

Guanta gravatar imageGuanta ( 2013-04-19 09:51:19 -0600 )edit
1

1 answer

Sort by ยป oldest newest most voted
6

answered 2013-04-22 06:09:51 -0600

Guanta gravatar image

updated 2013-04-22 06:13:21 -0600

You can prune your results, in multiple ways, some of them are:

edit flag offensive delete link more

Comments

Thank you very much for all those idea! I'll try all of them and see which one is the best in my case !

Sylvain gravatar imageSylvain ( 2013-04-23 07:50:27 -0600 )edit

Question Tools

2 followers

Stats

Asked: 2013-04-18 02:32:49 -0600

Seen: 6,007 times

Last updated: Apr 22 '13