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
0likes514downloads
open_circuit53_annotation.xml75 linesDownload Raw Back to Open_circuit
1<annotation>2	<folder>Open_circuit</folder>3	<filename>06_open_circuit_03.jpg</filename>4	<path>/home/weapon/Desktop/PCB_DATASET/Open_circuit/06_open_circuit_03.jpg</path>5	<source>6		<database>Unknown</database>7	</source>8	<size>9		<width>2868</width>10		<height>2316</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>2243</xmin>21			<ymin>624</ymin>22			<xmax>2281</xmax>23			<ymax>664</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>2075</xmin>33			<ymin>1373</ymin>34			<xmax>2105</xmax>35			<ymax>1407</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>1281</xmin>45			<ymin>1685</ymin>46			<xmax>1317</xmax>47			<ymax>1726</ymax>48		</bndbox>49	</object>50	<object>51		<name>open_circuit</name>52		<pose>Unspecified</pose>53		<truncated>0</truncated>54		<difficult>0</difficult>55		<bndbox>56			<xmin>1138</xmin>57			<ymin>917</ymin>58			<xmax>1186</xmax>59			<ymax>956</ymax>60		</bndbox>61	</object>62	<object>63		<name>open_circuit</name>64		<pose>Unspecified</pose>65		<truncated>0</truncated>66		<difficult>0</difficult>67		<bndbox>68			<xmin>1020</xmin>69			<ymin>1297</ymin>70			<xmax>1049</xmax>71			<ymax>1334</ymax>72		</bndbox>73	</object>74</annotation>75