基于语义分割与边缘检测的通用图像缺陷检测处理框架

总体架构:html Unet网络架构:python import tensorflow as tf def convolutional(input_data, filters_shape, trainable, name, downsample=False, activate=True, bn=True): with tf.variable_scope(name):
相关文章
相关标签/搜索