# PCB-Defect-Detection **Repository Path**: felix1120/PCB-Defect-Detection ## Basic Information - **Project Name**: PCB-Defect-Detection - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-05-01 - **Last Updated**: 2023-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于分组金字塔池化的PCB缺陷检测模型 训练与测试指南 简介:本代码深度学习框架下的PCB缺陷检测模型训练与测试代码,不包含数据集(数据集见第三节介绍)。此模型用于检测常见的六类PCB缺陷:断路、短路、针孔、露铜、毛刺及缺口,模型能够稳定检测3x3尺寸及以上的缺陷,同时对尺寸小于3x3的缺陷泛化能力也较强,详见第六节实验分析。 ##环境配置 ##数据集下载 ##模型训练 ##模型测试