Searched refs:display_str (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/ |
| H A D | ssd_post_process.py | 156 display_str = CLASSES[box_class_score[i][4]] + ":" + str('%.2f' % box_class_score[i][5]) 157 display_str_height = np.ceil((1 + 2 * 0.05) * font.getsize(display_str)[1]) + 1 164 text_width, text_height = font.getsize(display_str) 167 … draw.text((x1 + margin, text_bottom - text_height - margin), display_str, fill='black', font=font)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/ |
| H A D | test.py | 133 display_str = CLASSES[box_class_score[i][4]] + ":" + str(box_class_score[i][5]) 134 display_str_height = np.ceil((1 + 2 * 0.05) * font.getsize(display_str)[1])+1 141 text_width, text_height = font.getsize(display_str) 144 draw.text((x1+margin, text_bottom-text_height-margin), display_str, fill='black', font=font)
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-main.c | 2161 char *p, *display_str, *mode_str; in omapfb_parse_def_modes() local 2172 display_str = this_opt; in omapfb_parse_def_modes() 2178 display_str) == 0) { in omapfb_parse_def_modes()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-c2c.c | 119 static const char *display_str[DISPLAY_MAX] = { variable 2218 display_str[c2c.display]); in print_c2c_info() 2376 display_str[c2c.display]); in perf_c2c_browser__title()
|