Open Edwardmark opened 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?
get the anchors for one image
@xxlei Thanks guy.
https://github.com/Goingqs/PyramidBox/blob/master/layers/modules/multibox_loss.py#L63
priors = priors[:loc_data.size(1), :] what does this line do?