deepmask-pytorch icon indicating copy to clipboard operation
deepmask-pytorch copied to clipboard

A confusion about your code

Open MinZhangm opened this issue 6 years ago • 1 comments

I just can not understand the following code: ** image **

I wonder why you set d1 < maxDim <= d2? Is it for selecting the positive samples? Why the item satisfied this constrain is the positive sample? Looking forward to your reply, thx.

MinZhangm avatar Dec 02 '19 08:12 MinZhangm

Another confusion is that the on line 109 of coco_loader.py, why is the ‘ss’ has a negative symbol of (s*scale)? This is incompatible with line 181 in the jitterbox method.

simonJJJ avatar Feb 18 '20 14:02 simonJJJ