├── README.md ├── dataset.py ├── image ├── model.png └── per.JPG ├── models-Depthwise-Inception3.py ├── models-Depthwise.py ├── models-paper.py ├── models.py ├── run_demo.ipynb ├── saved_models └── decision_net_100.pth ├── test.py ├── train_decision.py └── train_segment.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/README.md -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/dataset.py -------------------------------------------------------------------------------- /image/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/image/model.png -------------------------------------------------------------------------------- /image/per.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/image/per.JPG -------------------------------------------------------------------------------- /models-Depthwise-Inception3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/models-Depthwise-Inception3.py -------------------------------------------------------------------------------- /models-Depthwise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/models-Depthwise.py -------------------------------------------------------------------------------- /models-paper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/models-paper.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/models.py -------------------------------------------------------------------------------- /run_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/run_demo.ipynb -------------------------------------------------------------------------------- /saved_models/decision_net_100.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/saved_models/decision_net_100.pth -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/test.py -------------------------------------------------------------------------------- /train_decision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/train_decision.py -------------------------------------------------------------------------------- /train_segment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengcius/Surface-Defect-Detection/HEAD/train_segment.py --------------------------------------------------------------------------------