# SegDecNet **Repository Path**: zzb32/SegDecNet ## Basic Information - **Project Name**: SegDecNet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Pytorch Implement of the paper "Segmentation Based Deep-Learning Approach for Surface DefectDetection" https://arxiv.org/abs/1903.08536 Modified little things without changing the accuracy step1: train segment net python train_segment.py step2: train decision net python train_decision.py step3: test python test.py