├── CDAE.py ├── README.md ├── WLD.py ├── cropImage.py ├── notebook.ipynb ├── paper.pdf ├── preprocess.py ├── res.txt ├── residual.py ├── test.py ├── train.py └── utils.py /CDAE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/CDAE.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/README.md -------------------------------------------------------------------------------- /WLD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/WLD.py -------------------------------------------------------------------------------- /cropImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/cropImage.py -------------------------------------------------------------------------------- /notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/notebook.ipynb -------------------------------------------------------------------------------- /paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/paper.pdf -------------------------------------------------------------------------------- /preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/preprocess.py -------------------------------------------------------------------------------- /res.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/res.txt -------------------------------------------------------------------------------- /residual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/residual.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cerber2ol8/Unsupervised-Learning-Defect-Inspection-on-Textured-Surfaces/HEAD/utils.py --------------------------------------------------------------------------------