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

Should change this division to multiplication?

Open TriLoo opened this issue 5 years ago • 1 comments

https://github.com/qfgaohao/pytorch-ssd/blob/1e86eb3a9655ca1893b537829bbbc2794614d485/vision/utils/box_utils.py#L36

If the centers of prior box are relative to image size, so the division to scale should be changed to multiplied by scale ???

I have not yet verify this by the training loss function.

TriLoo avatar May 22 '19 05:05 TriLoo

depends on the value of scale.

qfgaohao avatar May 27 '19 03:05 qfgaohao