资源简介
深度学习实现零件缺陷检测源代码
代码片段和文件信息
import numpy as np
import keras
from keras.models import Sequential
from keras.layers import Dense Dropout Flatten
from keras.layers import Conv2D MaxPooling2D
import matplotlib.pyplot as plt
from keras.optimizers import SGD
import tensorflow as tf
from PIL import ImageImageFilter
from image_handle import *
import os
import cv2
image_dir=‘C:/Users/18301/Desktop/‘
image = cv2.imread(image_dir+‘1.jpg‘)#原始图片过大
image_down=cv2.resize(image(500500))
gray=cv2.cvtColor(image_downcv2.COLOR_BGR2GRAY)
canny_image=cv2.Canny(gray 220 260)
cv2.namedWindow(“gray“0)
cv2.imshow(“gray“canny_image)
cv2.waitKey(0)
plt.imshow(image)plt.show()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 320 2018-09-10 13:22 part defect detection-TianChi\.idea\misc.xm
文件 310 2018-09-10 13:21 part defect detection-TianChi\.idea\modules.xm
文件 455 2018-09-10 13:22 part defect detection-TianChi\.idea\part defect detection-TianChi.iml
文件 23600 2018-09-12 16:14 part defect detection-TianChi\.idea\workspace.xm
文件 679 2018-09-11 13:36 part defect detection-TianChi\edge_image.py
文件 2823 2018-09-11 13:50 part defect detection-TianChi\fourier_transform.py
文件 2606 2018-09-11 09:56 part defect detection-TianChi\image_argumention.py
文件 1442 2018-09-11 19:28 part defect detection-TianChi\image_handle.py
文件 608 2018-09-10 20:32 part defect detection-TianChi\image_resize.py
文件 1619 2018-09-12 08:59 part defect detection-TianChi\main.py
文件 28724408 2018-09-11 18:16 part defect detection-TianChi\model.h5
文件 4261 2018-09-12 15:19 part defect detection-TianChi\model.py
文件 28724472 2018-09-12 14:11 part defect detection-TianChi\model_google_la
文件 2301 2018-09-12 16:13 part defect detection-TianChi\model_test.py
文件 1653 2018-09-11 19:28 part defect detection-TianChi\__pycache__\image_handle.cpython-35.pyc
文件 3795 2018-09-12 15:20 part defect detection-TianChi\__pycache__\model.cpython-35.pyc
文件 192918 2018-09-10 20:48 part defect detection-TianChi\算法设计文档.docx
目录 0 2018-09-10 13:22 part defect detection-TianChi\.idea\inspectionProfiles
目录 0 2018-09-12 16:14 part defect detection-TianChi\.idea
目录 0 2018-09-12 15:20 part defect detection-TianChi\__pycache__
目录 0 2018-09-12 16:13 part defect detection-TianChi
----------- --------- ---------- ----- ----
57688270 21
- 上一篇:统计学习方法-电子书及代码实现-李航.zip
- 下一篇:Kali.7z
相关资源
- Verilog HDL高级数字设计(第2版) 中文
- xshell5+nssock2.dll
- CadLib4.0英文API帮助文档
- Microsoft.RdlcDesigner.vsix
- google v8引擎编译后的dll及头文件
-
反汇编修改后的Jli
nkARM.dll.zip - 大津法自动阈值IDL版
- libpng+zlib 有源代码和已经编译好的d
- DevExpress.v8.2.dll
- freetype2+SDL+SDL_ttf源码包及字符串转b
- dlib-19.10 VS2017 编译好的库
- 最全的FPGA俄罗斯方块包含5个版本的完
- dll加密工具
- AES解密VerilogHDL源码
- 常用的dll文件
- Dlib 编译好的Lib
- opencv_ffmpeg_64.dll
- opencv_ffmpeg.dll
- ANSYS命令参考手册
- yolov3源代码
- Dlib FaceLandmark Detector 1.2.8.rar
- gradle-6.6-all.rar 快速
- Dlib FaceLandmark Detector 1.2.5
- OpenCV 4.0.0 VS2017vc15编译后的lib、dll、
- gradle3.4.1_itmop.com.zip
- 常用ENVI功能扩展工具
-
Visual em
bedLinux Tools 0.2.9 - 基于VHDL的FPGA和NiosII精炼--pdf 全
- ADAS道路线识别与标定
- IEC61850协议——中文正式版现行DLT 8
评论
共有 条评论