Searched refs:validCount (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | post_process.cc | 41 static int nms(int validCount, std::vector<float> &outputLocations, std::vector<int> classIds, std:… in nms() argument 43 for (int i = 0; i < validCount; ++i) in nms() 50 for (int j = i + 1; j < validCount; ++j) in nms() 148 int validCount = 0; in process() local 194 validCount++; in process() 200 return validCount; in process() 246 int validCount = validCount0 + validCount1 + validCount2; in post_process() local 249 if (validCount <= 0) in post_process() 256 for (int i = 0; i < validCount; ++i) in post_process() 261 quick_sort_indice_inverse(objProbs, 0, validCount - 1, indexArray); in post_process() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 108 static int nms(int validCount, std::vector<float>& outputLocations, std::vector<int> classIds, std:… in nms() argument 111 for (int i = 0; i < validCount; ++i) { in nms() 116 for (int j = i + 1; j < validCount; ++j) { in nms() 193 int validCount = 0; in process() local 227 validCount++; in process() 237 return validCount; in process() 284 int validCount = validCount0 + validCount1 + validCount2; in post_process() local 286 if (validCount <= 0) { in post_process() 291 for (int i = 0; i < validCount; ++i) { in post_process() 295 quick_sort_indice_inverse(objProbs, 0, validCount - 1, indexArray); in post_process() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 105 static int nms(int validCount, std::vector<float> &outputLocations, std::vector<int> classIds, std:… in nms() argument 107 for (int i = 0; i < validCount; ++i) in nms() 114 for (int j = i + 1; j < validCount; ++j) in nms() 212 int validCount = 0; in process() local 256 validCount++; in process() 262 return validCount; in process() 312 int validCount = validCount0 + validCount1 + validCount2; in post_process() local 314 if (validCount <= 0) in post_process() 320 for (int i = 0; i < validCount; ++i) in post_process() 325 quick_sort_indice_inverse(objProbs, 0, validCount - 1, indexArray); in post_process() [all …]
|