Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/
H A Dtest.py12 NUM_RESULTS = 1917 variable
53 box_priors = box_priors.reshape(4, NUM_RESULTS)
113 predictions = outputs[0].reshape((1, NUM_RESULTS, 4))
115 outputClasses = outputs[1].reshape((1, NUM_RESULTS, NUM_CLASSES))
117 candidateBox = np.zeros([2, NUM_RESULTS], dtype=int)
118 classScore = [-1000.0] * NUM_RESULTS
125 for i in range(0, NUM_RESULTS):