| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | post_process.cc | 144 … std::vector<float> &boxes, std::vector<float> &objProbs, std::vector<int> &classId, in process() argument 193 classId.push_back(maxClassId); in process() 220 std::vector<int> classId; in post_process() local 228 … stride0, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[0], qnt_scales[0]); in post_process() 236 … stride1, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[1], qnt_scales[1]); in post_process() 244 … stride2, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[2], qnt_scales[2]); in post_process() 263 std::set<int> class_set(std::begin(classId),std::end(classId)); in post_process() 266 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process() 285 int id = classId[n]; in post_process()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 190 …td::vector<float>& boxes, std::vector<float>& objProbs, std::vector<int>& classId, float threshold, in process() argument 226 classId.push_back(maxClassId); in process() 258 std::vector<int> classId; in post_process() local 266 classId, conf_threshold, qnt_zps[0], qnt_scales[0]); in post_process() 274 classId, conf_threshold, qnt_zps[1], qnt_scales[1]); in post_process() 282 classId, conf_threshold, qnt_zps[2], qnt_scales[2]); in post_process() 297 std::set<int> class_set(std::begin(classId), std::end(classId)); in post_process() 300 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process() 316 int id = classId[n]; in post_process()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 208 … std::vector<float> &boxes, std::vector<float> &objProbs, std::vector<int> &classId, in process() argument 255 classId.push_back(maxClassId); in process() 286 std::vector<int> classId; in post_process() local 294 … stride0, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[0], qnt_scales[0]); in post_process() 302 … stride1, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[1], qnt_scales[1]); in post_process() 310 … stride2, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[2], qnt_scales[2]); in post_process() 327 std::set<int> class_set(std::begin(classId),std::end(classId)); in post_process() 330 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process() 349 int id = classId[n]; in post_process()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | webview.cpp | 126 QObject *WebPage::createPlugin(const QString &classId, const QUrl &url, const QStringList ¶mNam… in createPlugin() argument 132 return loader.createWidget(classId, view()); in createPlugin()
|
| H A D | webview.h | 62 …QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList ¶mNames, cons…
|