Searched refs:mDetectResults (Results 1 – 1 of 1) sorted by relevance
27 DetectResultGroup mDetectResults; field in InferenceWrapper81 mDetectResults = new DetectResultGroup(); in postProcess()82 mDetectResults.count = 0; in postProcess()83 mDetectResults.ids = new int[OBJ_NUMB_MAX_SIZE]; in postProcess()84 mDetectResults.scores = new float[OBJ_NUMB_MAX_SIZE]; in postProcess()85 mDetectResults.boxes = new float[4 * OBJ_NUMB_MAX_SIZE]; in postProcess()95 mDetectResults.ids, mDetectResults.scores, mDetectResults.boxes); in postProcess()98 mDetectResults.count = 0; in postProcess()100 mDetectResults.count = count; in postProcess()108 rect.left = mDetectResults.boxes[i*4+0]; in postProcess()[all …]