Ask Your Question
0

traincascade negative image scaling

asked 2016-04-14 01:24:36 -0600

can gravatar image

Hello,how much does the traincascade application scales the negative images in the grabbing process at the start of each stage?I understand it uses a sliding window sized accordingly to your model parameters (-w,-h) on the images when searching for negative samples but i am curious about the scaling parameter,is it the default value 1.1?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2016-04-14 03:19:10 -0600

updated 2016-04-14 03:21:44 -0600

Forget my previous comment, which I deleted because it was plain wrong

Taking a look at the negative image grabber you can see that the scaling step of the negative samples is defined by the model dimensions and the image dimensions provided. The exact line of defining this scale step is found here.

The scaleFactor itself is hardcoded right here and is used to define the new scale for each step.

edit flag offensive delete link more

Comments

1

indeed it was and thanks for the proper one =D

can gravatar imagecan ( 2016-04-14 05:06:17 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-14 01:24:36 -0600

Seen: 229 times

Last updated: Apr 14 '16