Searched refs:maxDetections (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 | 583 int64_t maxDetections {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 | 1501 int64_t maxDetections {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 | 1440 int64_t maxDetections {0}; variable 1448 … nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 667 …大值抑制的阈值,用于去除重复的检测框。<br/>- nmsScoreThreshold,置信度阈值,用于过滤低置信度的检测框。<br/>- maxDetections,每张图片最多输出的检测框数量… 909 …POST_PROCESS_MAX_DETECTIONS<sup>12+</sup> | 当张量作为DetectionPostProcess算子的maxDetections参数时,使用本枚举值。 |
|
H A D | _neural_nework_runtime.md | 667 …大值抑制的阈值,用于去除重复的检测框。<br/>- nmsScoreThreshold,置信度阈值,用于过滤低置信度的检测框。<br/>- maxDetections,每张图片最多输出的检测框数量… 909 …POST_PROCESS_MAX_DETECTIONS<sup>12+</sup> | 当张量作为DetectionPostProcess算子的maxDetections参数时,使用本枚举值。 |
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_1.cpp | 406 …detectionPostProcess.maxDetections = mindspore::lite::MindIR_DetectionPostProcess_GetMaxDetections… in ConvertDetectionPostProcess()
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 656 long maxDetections;
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 667 …shold, which is used to filter low-confidence detection boxes.<br>- **maxDetections**: maximum num… 909 …_MAX_DETECTIONS<sup>12+</sup> | Used when the tensor is used as the **maxDetections** parameter of…
|