Home
last modified time | relevance | path

Searched refs:classify_count (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_dnn_classify.c106 bbox->classify_confidences[bbox->classify_count] = av_make_q((int)(confidence * 10000), 10000); in dnn_classify_post_proc()
109 …cpy(bbox->classify_labels[bbox->classify_count], ctx->labels[label_id], sizeof(bbox->classify_labe… in dnn_classify_post_proc()
111 …snprintf(bbox->classify_labels[bbox->classify_count], sizeof(bbox->classify_labels[bbox->classify_… in dnn_classify_post_proc()
114 bbox->classify_count++; in dnn_classify_post_proc()
Dvf_dnn_detect.c125 bbox->classify_count = 0; in dnn_detect_post_proc_ov()
201 bbox->classify_count = 0; in dnn_detect_post_proc_tf()
Dvf_showinfo.c177 if (bbox->classify_count > 0) { in dump_detection_bbox()
178 for (int j = 0; j < bbox->classify_count; j++) { in dump_detection_bbox()
Dvf_drawtext.c1660 for (int j = 0; j < bbox->classify_count; j++) { in filter_frame()
/third_party/ffmpeg/libavutil/
Ddetection_bbox.h51 uint32_t classify_count; member
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_openvino.c582 if (bbox->classify_count == AV_NUM_DETECTION_BBOX_CLASSIFY) { in contain_valid_detection_bbox()