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_circuit72_annotation.xml75 linesDownload Raw Back to Open_circuit
1<annotation>2	<folder>Open_circuit</folder>3	<filename>08_open_circuit_02.jpg</filename>4	<path>/home/weapon/Desktop/PCB_DATASET/Open_circuit/08_open_circuit_02.jpg</path>5	<source>6		<database>Unknown</database>7	</source>8	<size>9		<width>2759</width>10		<height>2154</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>972</xmin>21			<ymin>929</ymin>22			<xmax>1027</xmax>23			<ymax>977</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>884</xmin>33			<ymin>1243</ymin>34			<xmax>933</xmax>35			<ymax>1284</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>281</xmin>45			<ymin>1816</ymin>46			<xmax>314</xmax>47			<ymax>1862</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>2412</xmin>57			<ymin>1011</ymin>58			<xmax>2443</xmax>59			<ymax>1052</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>2019</xmin>69			<ymin>1322</ymin>70			<xmax>2054</xmax>71			<ymax>1369</ymax>72		</bndbox>73	</object>74</annotation>75