binchu_
Results
1
comments of
binchu_
> The prior box forward function is not vectorised. This is easily vectorizable as below. > > ``` > def priorbox_forward(min_sizes, steps, clip, image_size): > feature_maps = [[ceil(image_size[0] / step),...