Searched refs:NUM_RESULTS (Results 1 – 1 of 1) sorted by relevance
12 NUM_RESULTS = 1917 variable53 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_RESULTS125 for i in range(0, NUM_RESULTS):