/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | PedestrianDetectAttributeResult.h | 41 float score; member 46 float score; member 51 float score; member 56 float score; member 61 float score; member 66 float score; member 71 float score; member 76 float score; member 81 float score; member 86 float score; member [all …]
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | recognize_commands_test.cc | 32 float score; in TEST() local 35 results, 0, &found_command, &score, &is_new_command)); in TEST() 48 float score; in TEST() local 52 results, current_time_ms, &found_command, &score, &is_new_command)); in TEST() 67 float score; in TEST() local 71 results, current_time_ms, &found_command, &score, &is_new_command)); in TEST() 89 float score; in TEST() local 92 .ProcessLatestResults(bad_results, 0, &found_command, &score, in TEST() 104 float score; in TEST() local 107 results, 100, &found_command, &score, &is_new_command)); in TEST() [all …]
|
A D | recognize_commands.py | 51 def score(self): member in RecognizeResult 54 @score.setter 55 def score(self, value): member in RecognizeResult 151 recognize_element.score = 0.0 158 score = item[1] 159 for i in range(score.size): 160 average_scores[i] += score[i] / how_many_results 188 recognize_element.score = current_top_score
|
A D | recognize_commands.cc | 37 float* score, in ProcessLatestResults() argument 71 *score = 0.0f; in ProcessLatestResults() 122 *score = current_top_score; in ProcessLatestResults()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | recognize_commands_test.cc | 85 uint8_t score; in TF_LITE_MICRO_TEST() local 89 &results, 0, &found_command, &score, &is_new_command)); in TF_LITE_MICRO_TEST() 106 uint8_t score; in TF_LITE_MICRO_TEST() local 111 &yes_results, current_time_ms, &found_command, &score, in TF_LITE_MICRO_TEST() 130 uint8_t score; in TF_LITE_MICRO_TEST() local 137 &no_results, current_time_ms, &found_command, &score, in TF_LITE_MICRO_TEST() 147 TF_LITE_MICRO_EXPECT_EQ(231, score); in TF_LITE_MICRO_TEST() 163 uint8_t score; in TF_LITE_MICRO_TEST() local 182 uint8_t score; in TF_LITE_MICRO_TEST() local 204 uint8_t score; in TF_LITE_MICRO_TEST() local [all …]
|
A D | command_responder.cc | 73 uint8_t score, bool is_new_command) { in RespondToCommand() argument 76 score, current_time); in RespondToCommand() 80 LOG("Heard 2 %s (%d) @%dms", found_command, score, current_time); in RespondToCommand() 83 LOG("Heard 3 %s (%d) @%dms", found_command, score, current_time); in RespondToCommand()
|
A D | recognize_commands.cc | 40 const char** found_command, uint8_t* score, bool* is_new_command) { in ProcessLatestResults() argument 89 *score = 0; in ProcessLatestResults() 163 *score = current_top_score; in ProcessLatestResults()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/ |
A D | PedestrianDetectAttributeResult.cc | 53 attributesItemObject.age.score = std::stof(ageNode["Score"].asString()); in parse() 58 attributesItemObject.backpack.score = std::stof(backpackNode["Score"].asString()); in parse() 63 attributesItemObject.gender.score = std::stof(genderNode["Score"].asString()); in parse() 68 attributesItemObject.glasses.score = std::stof(glassesNode["Score"].asString()); in parse() 73 attributesItemObject.handbag.score = std::stof(handbagNode["Score"].asString()); in parse() 78 attributesItemObject.hat.score = std::stof(hatNode["Score"].asString()); in parse() 83 attributesItemObject.lowerColor.score = std::stof(lowerColorNode["Score"].asString()); in parse() 88 attributesItemObject.lowerWear.score = std::stof(lowerWearNode["Score"].asString()); in parse() 93 attributesItemObject.orient.score = std::stof(orientNode["Score"].asString()); in parse() 108 attributesItemObject.upperWear.score = std::stof(upperWearNode["Score"].asString()); in parse() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | non_max_suppression.h | 96 float score; in NonMaxSuppression() member 102 return bs_i.score < bs_j.score; in NonMaxSuppression() 126 const float original_score = next_candidate.score; in NonMaxSuppression() 151 next_candidate.score = in NonMaxSuppression() 152 next_candidate.score * std::exp(scale * iou * iou); in NonMaxSuppression() 157 if (next_candidate.score <= score_threshold) break; in NonMaxSuppression() 172 if (next_candidate.score == original_score) { in NonMaxSuppression() 176 selected_scores[*num_selected_indices] = next_candidate.score; in NonMaxSuppression() 180 if (next_candidate.score > score_threshold) { in NonMaxSuppression()
|
/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/ |
A D | awss_smartconfig.c | 75 uint8_t score; in zconfig_get_data_len() local 78 if (zconfig_data->pkg[1][1].score > zconfig_data->pkg[0][1].score) { in zconfig_get_data_len() 80 score = zconfig_data->pkg[1][1].score; in zconfig_get_data_len() 83 score = zconfig_data->pkg[0][1].score; in zconfig_get_data_len() 86 if (len && score > score_mid) { in zconfig_get_data_len() 232 uint8_t data, score; in zconfig_get_ssid_passwd() local 258 score = pkg_score(i); in zconfig_get_ssid_passwd() 260 tmp[i - 1] = score; in zconfig_get_ssid_passwd() 664 score = 1; in try_to_sync_pos() 672 score = in try_to_sync_pos() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | filters_utils.c | 58 int score = 0; in WebPEstimateBestFilter() local 61 score += i; in WebPEstimateBestFilter() 64 if (score < best_score) { in WebPEstimateBestFilter() 65 best_score = score; in WebPEstimateBestFilter()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | quant_enc.c | 94 (int)rd->score); in PrintBlockInfo() 533 rd->score = MAX_COST; in InitScore() 542 dst->score = src->score; in CopyScore() 551 dst->score += src->score; in AddScore() 1014 if (mode == 0 || rd_cur->score < rd_best->score) { in PickBestIntra16() 1099 if (best_mode >= 0 && rd_tmp.score >= rd_i4.score) continue; in PickBestIntra4() 1105 if (best_mode < 0 || rd_tmp.score < rd_i4.score) { in PickBestIntra4() 1115 if (rd_best.score >= rd->score) { in PickBestIntra4() 1169 if (mode == 0 || rd_uv.score < rd_best.score) { in PickBestUV() 1247 best_score = score; in RefineUsingDistortion() [all …]
|
A D | alpha_enc.c | 103 size_t score; member 173 result->score = VP8BitWriterSize(&result->bw); in EncodeAlphaInternal() 229 static void InitFilterTrial(FilterTrial* const score) { in InitFilterTrial() argument 230 score->score = (size_t)~0U; in InitFilterTrial() 231 VP8BitWriterInit(&score->bw, 0); in InitFilterTrial() 256 if (ok && trial.score < best.score) { in ApplyFiltersAndEncode()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | quant.h | 55 int score = 0; in IsFlat() local 59 score += (levels[i] != 0); in IsFlat() 60 if (score > thresh) return 0; in IsFlat()
|
/AliOS-Things-master/components/linkkit/wifi_provision/ht40/ |
A D | awss_ht40.c | 217 uint8_t tods = 1, equal = 0, score = 0; in awss_recv_callback_ht_ctrl() local 294 score = zc_score_uplimit - (pos - zc_cur_pos - 1); in awss_recv_callback_ht_ctrl() 295 zc_score_uplimit = score; in awss_recv_callback_ht_ctrl() 298 score, len); in awss_recv_callback_ht_ctrl() 311 if (score > pkg_score(pos)) { in awss_recv_callback_ht_ctrl() 312 pkg_score(pos) = score; // update score first in awss_recv_callback_ht_ctrl() 317 } else if (score == pkg_score(pos)) { /* range check ? */ in awss_recv_callback_ht_ctrl()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/greedySnake/ |
A D | greedySnake.c | 44 int16_t score; member 195 snake_game.score = 0; in greedySnake_init() 268 draw_score(snake_game.score); in greedySnake_task() 378 snake_game.score++; in check_food_eaten() 422 void draw_score(uint16_t score) in draw_score() argument 424 OLED_Icon_Draw(3, 35, get_icon_num_5_3((uint8_t)(score / 100)), 0); in draw_score() 425 OLED_Icon_Draw(3, 31, get_icon_num_5_3((uint8_t)((score % 100) / 10)), 0); in draw_score() 426 OLED_Icon_Draw(3, 27, get_icon_num_5_3((uint8_t)(score % 10)), 0); in draw_score()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/ |
A D | RecognizePoiNameResult.h | 40 float score; member 46 float score; member
|
/AliOS-Things-master/components/ai_agent/example/ |
A D | aiagent_example.c | 80 float score; in detect_object_callback() local 87 score = result->objectdet.object.score; in detect_object_callback() 98 LOG("type: %s, Score: %.1f, x: %d, y: %d, w: %d, h: %d\n", type, score, x, y, w, h); in detect_object_callback() 350 float score; in imagerecog_detect_fruits_callback() local 358 score = result->imagerecog.fruits.score; in imagerecog_detect_fruits_callback() 365 LOG("fruit score: %.1f\n", score); in imagerecog_detect_fruits_callback()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/src/model/ |
A D | RecognizePoiNameResult.cc | 54 … textsObject.score = std::stof(dataNodeSignboardsSignboardsItemTextsTextsItem["Score"].asString()); in parse() 70 data_.summary.score = std::stof(summaryNode["Score"].asString()); in parse()
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/src/ |
A D | HaasMLCloud.cpp | 125 float score; in ObjectDetectCallback() local 132 score = result->objectdet.object.score; in ObjectDetectCallback() 149 LOGE(LOG_TAG, "type: %s, Score: %.1f, x: %d, y: %d, w: %d, h: %d\n", p_type, score, x, y, w, h); in ObjectDetectCallback()
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | ucloud_ai_demo.c | 161 float score; in detect_object_callback() local 168 score = result->objectdet.object.score; in detect_object_callback() 480 float score; in imagerecog_detect_fruits_callback() local 487 score = result->imagerecog.fruits.score; in imagerecog_detect_fruits_callback() 491 sprintf(score_str, "%.2f", score); in imagerecog_detect_fruits_callback()
|
/AliOS-Things-master/components/ucloud_ai/ |
A D | README.md | 248 object score:0.437 254 object score:0.487 260 object score:0.583 266 object score:0.482 272 object score:0.261 278 object score:0.217 462 0score: 0.822785
|
/AliOS-Things-master/components/ucloud_ai/src/model/ |
A D | objectdet.cc | 43 cout << "object score:" << outcome.result().getData().elements[i].score << endl; in detectObject() 52 result.object.score = outcome.result().getData().elements[i].score; in detectObject()
|
A D | imagerecog.cc | 85 cout << i << "score: " << outcome.result().getData().elements[i].score << endl; in detectFruits() 87 result.fruits.score = outcome.result().getData().elements[i].score; in detectFruits()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afwarp.c | 140 AF_WarpScore score = scores[idx]; in af_warper_compute_line_best() local 144 if ( score > warper->best_score || in af_warper_compute_line_best() 145 ( score == warper->best_score && in af_warper_compute_line_best() 148 warper->best_score = score; in af_warper_compute_line_best()
|