摘要:
我已用随机生产函数取模拟5张图片各有8个box的坐标值,而后验证batch_slice()函数的意义。由于inputs_slice = [x[i] for x in inputs] output_slice = graph_fn(*inputs_slice)代码一时蒙蔽,故而对其深入理解,如下:代码 阅读全文
摘要:
import tensorflow as tfimport numpy as npimport cv2 as cvimport matplotlib.pyplot as pltsess=tf.Session()name='../main/0.jpg' # 相对位置img=tf.read_file(n 阅读全文