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_circuit82_annotation.xml87 linesDownload Raw Back to Open_circuit
1<annotation>2	<folder>Open_circuit</folder>3	<filename>09_open_circuit_02.jpg</filename>4	<path>/home/weapon/Desktop/PCB_DATASET/Open_circuit/09_open_circuit_02.jpg</path>5	<source>6		<database>Unknown</database>7	</source>8	<size>9		<width>2775</width>10		<height>2159</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>1726</xmin>21			<ymin>287</ymin>22			<xmax>1761</xmax>23			<ymax>316</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>995</xmin>33			<ymin>428</ymin>34			<xmax>1040</xmax>35			<ymax>468</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>982</xmin>45			<ymin>906</ymin>46			<xmax>1036</xmax>47			<ymax>951</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>1663</xmin>57			<ymin>1018</ymin>58			<xmax>1700</xmax>59			<ymax>1056</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>1832</xmin>69			<ymin>1183</ymin>70			<xmax>1868</xmax>71			<ymax>1225</ymax>72		</bndbox>73	</object>74	<object>75		<name>open_circuit</name>76		<pose>Unspecified</pose>77		<truncated>0</truncated>78		<difficult>0</difficult>79		<bndbox>80			<xmin>2587</xmin>81			<ymin>976</ymin>82			<xmax>2633</xmax>83			<ymax>1056</ymax>84		</bndbox>85	</object>86</annotation>87