Searched defs:DetectionPostProcessModel1 (Results 1 – 1 of 1) sorted by relevance
25 struct DetectionPostProcessModel1 { struct26 const std::vector<int32_t> bbox_shape = {1, 16};27 const std::vector<int32_t> scores_shape = {1, 4};28 const std::vector<int32_t> anchors_shape = {1, 2, 8};29 const std::vector<int32_t> output_shape = {2, 8};31 int64_t inputSizeValue[1] = {45};32 std::vector<float> scaleValue = {10, 10, 5, 5};33 float nmsIoUThresholdValue[1] = {0.5};34 float nmsScoreThresholdValue[1] = {0.4};35 int64_t maxDetectionsValue[1] = {5};[all …]