Ask Your Question
0

How do I generate a good cascade file to detect an image

asked 2016-01-05 04:30:57 -0600

What value should we use as -numNeg and -numPos. Why are negatives needed at all? For example, When I am trying to detect a particular car image, and not sure about the background,why is negative dataset required? Can I generate a cascade file with no negative images and one car image?

edit retag flag offensive close merge delete

Comments

2

it is logic: when you learn that an icecream is an icecream, then you also learn what is not an icecream, that is why the background is needed, to say what not to detect.

thdrksdfthmn gravatar imagethdrksdfthmn ( 2016-01-05 06:27:46 -0600 )edit

thank you, but what should I do to detect an image (one particular image), which can be anywhere, on a wall, a desk, a bottle, etc. Then where do I get these negatives from? Any suggestion would be of great help.

Priyanka Agarwal gravatar imagePriyanka Agarwal ( 2016-01-06 00:15:48 -0600 )edit

The negatives are images (no matter the size, but at least the size of the samples) that do not contain the object in your positives (e.g. positives just faces, negatives images without faces, like bicycles, rooms, cars, cups, etc, but no faces on them)

thdrksdfthmn gravatar imagethdrksdfthmn ( 2016-01-06 02:04:13 -0600 )edit

I get it now, I have to have negatives, which can be anything other than my image. What should be the number of negatives when I have only one positive image?

Priyanka Agarwal gravatar imagePriyanka Agarwal ( 2016-01-06 02:34:25 -0600 )edit

I would start having at least 10 positives, otherwise you should do a template matching, better than cascade for one object only. And the number of negatives should be at least 10 times bigger than the positives, but using big images will solve this problem, because the negative samples will be picked from the big ones (cropped and resized)

thdrksdfthmn gravatar imagethdrksdfthmn ( 2016-01-06 02:53:15 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-01-06 02:56:37 -0600

Thank you so much for the input. All I want is to detect a particular image (similar to ImageTargets in Vuforia SDK). So what would be the correct way to do so. Please suggest, as I am blocked at cascade generation with one positive image only.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-01-05 04:30:57 -0600

Seen: 156 times

Last updated: Jan 05 '16