Home
last modified time | relevance | path

Searched refs:H_SCALE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/
H A Dtest.py17 H_SCALE = 5.0 variable
151 h = math.exp(predictions[0][n][2] / H_SCALE) * box_priors[2][n]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py31 H_SCALE = 5.0 variable
101 bbox_h = math.exp(loc_data[4 * i + 2] / H_SCALE) * prior_bboxes[2][i]