CoolFace
Datasetpublic

RobotHuman/PCB_defect

⚡ 데이터셋 요약 본 데이터셋은 naked PCB(부품 실장 전 PCB) 이미지로 구성되어 있으며, 총 1386장, 6종 결함, 이미지당 3~5개 결함을 포함 이미지는 실제 AOI 유사 촬영 시스템으로 템플릿 보드를 촬영한 뒤, Photoshop으로 결함을 삽입해 합성 즉, “현장(real) 결함”이 아니라, 제어된 합성 결함이라는 점이 데이터 해석/일반화에서 중요한 전제 🌳 데이터셋 구조 PCB_defect/ ├── README.md ├── Meta Data/ │ └── Huang et al.(2019), A PCB Dataset for Defects Detection and Classification.pdf ├── Missing_hole/ # 결함 유형 │ ├── missing_hole01.jpg # [입력] PCB 이미지 │ ├──… See the full description on the dataset page: https://huggingface.co/datasets/RobotHuman/PCB_defect.

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes544downloads
open_circuit47_annotation.xml51 linesDownload Raw Back to Open_circuit
1<annotation>2	<folder>Open_circuit</folder>3	<filename>05_open_circuit_07.jpg</filename>4	<path>/home/weapon/Desktop/PCB_DATASET/Open_circuit/05_open_circuit_07.jpg</path>5	<source>6		<database>Unknown</database>7	</source>8	<size>9		<width>2544</width>10		<height>2156</height>11		<depth>3</depth>12	</size>13	<segmented>0</segmented>14	<object>15		<name>open_circuit</name>16		<pose>Unspecified</pose>17		<truncated>0</truncated>18		<difficult>0</difficult>19		<bndbox>20			<xmin>874</xmin>21			<ymin>1088</ymin>22			<xmax>927</xmax>23			<ymax>1131</ymax>24		</bndbox>25	</object>26	<object>27		<name>open_circuit</name>28		<pose>Unspecified</pose>29		<truncated>0</truncated>30		<difficult>0</difficult>31		<bndbox>32			<xmin>2385</xmin>33			<ymin>1412</ymin>34			<xmax>2455</xmax>35			<ymax>1474</ymax>36		</bndbox>37	</object>38	<object>39		<name>open_circuit</name>40		<pose>Unspecified</pose>41		<truncated>0</truncated>42		<difficult>0</difficult>43		<bndbox>44			<xmin>947</xmin>45			<ymin>340</ymin>46			<xmax>997</xmax>47			<ymax>390</ymax>48		</bndbox>49	</object>50</annotation>51