Searched refs:detectionsPerClass (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/ |
H A D | device_manager_test.cpp | 584 int64_t detectionsPerClass {0}; variable 591 … nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | inner_model_test.cpp | 1502 int64_t detectionsPerClass {0}; variable 1509 … nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | inner_model_test.cpp | 1441 int64_t detectionsPerClass {0}; variable 1448 … nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_1.cpp | 407 detectionPostProcess.detectionsPerClass = in ConvertDetectionPostProcess()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 667 …hold,置信度阈值,用于过滤低置信度的检测框。<br/>- maxDetections,每张图片最多输出的检测框数量。<br/>- detectionsPerClass,每个类别的最大检测数量。…
|
H A D | _neural_nework_runtime.md | 667 …hold,置信度阈值,用于过滤低置信度的检测框。<br/>- maxDetections,每张图片最多输出的检测框数量。<br/>- detectionsPerClass,每个类别的最大检测数量。…
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 658 long detectionsPerClass;
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 667 …umber of detection boxes that can be output for each image.<br>- **detectionsPerClass**: maximum n…
|