Searched refs:box_priors (Results 1 – 2 of 2) sorted by relevance
52 box_priors = np.array(box_priors_)53 box_priors = box_priors.reshape(4, NUM_RESULTS)55 return box_priors121 box_priors = load_box_priors() variable149 ycenter = predictions[0][n][0] / Y_SCALE * box_priors[2][n] + box_priors[0][n]150 xcenter = predictions[0][n][1] / X_SCALE * box_priors[3][n] + box_priors[1][n]151 h = math.exp(predictions[0][n][2] / H_SCALE) * box_priors[2][n]152 w = math.exp(predictions[0][n][3] / W_SCALE) * box_priors[3][n]
67 rknn/ssd/ssd_1808/box_priors.txt71 rknn/ssd/ssd_3399pro/box_priors.txt