基於語義分割與邊緣檢測的通用圖像缺陷檢測處理框架

總體架構: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):
相關文章
相關標籤/搜索