Goingqs / PyramidBox

This repo implements PyramidBox with pytorch
210 stars 72 forks source link

confused about multibox_loss.py #26

Open Edwardmark opened 6 years ago

Edwardmark commented 6 years ago

https://github.com/Goingqs/PyramidBox/blob/master/layers/modules/multibox_loss.py#L63
priors = priors[:loc_data.size(1), :] what does this line do?

xxlei commented 5 years ago

get the anchors for one image

Edwardmark commented 5 years ago

@xxlei Thanks guy.