jianhey commited on
Commit
33916d5
·
verified ·
1 Parent(s): 9ab1ed4

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -21,7 +21,7 @@ size_categories:
21
  # Dataset Overview
22
 
23
  ## Dataset Description:
24
- We are releasing 50 sample images of components on NV boards in a FoxConn factory. These images are used to finetune the Cosmos Transfer 2.5 models and Qwen-Image-Edit.
25
 
26
  This dataset is for demonstration purposes and not for production usage.<br>
27
 
@@ -29,7 +29,7 @@ This dataset is for demonstration purposes and not for production usage.<br>
29
  NVIDIA Corporation<br>
30
 
31
  ## Dataset Creation Date:
32
- 05/01/2025<br>
33
 
34
  ## Version:
35
  1.0<br>
@@ -42,16 +42,21 @@ Demonstration of software to generate synthetic data of structural defects in a
42
 
43
  ## Dataset Characterization
44
  **Data Collection Method by Dataset:**
45
- - Human
46
 
47
  **Labeling Method by Dataset:**
48
- - Not Applicable<br>
49
 
50
  ## Dataset Format
51
- PNG / JPG files.<br>
52
 
53
  ## Dataset Quantification
54
- 50 sample images, 6.62 GB.<br>
 
 
 
 
 
55
 
56
  ## Ethical Considerations:
57
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. Developers should work with their internal developer teams to ensure this dataset meets requirements for the relevant industry and use case and addresses unforeseen product misuse.<br>
 
21
  # Dataset Overview
22
 
23
  ## Dataset Description:
24
+ This dataset contains printed-circuit-board (PCB) component crops captured under raked solder-light illumination, organized for PCB anomaly generation and inspection. Images are grouped by board region — `IC` and `passive_component` — and for each region include anomaly images (defect types `bridge`, `excess_solder`, `missing`), their paired binary defect masks, clean reference images, and CAD-derived masks, along with a `defect_spec.jsonl` specification and `semantic_segmentation_labels.json`. The set is used to fine-tune the Cosmos AnomalyGen PCB model for synthetic PCB defect-data generation.
25
 
26
  This dataset is for demonstration purposes and not for production usage.<br>
27
 
 
29
  NVIDIA Corporation<br>
30
 
31
  ## Dataset Creation Date:
32
+ 05/29/2026<br>
33
 
34
  ## Version:
35
  1.0<br>
 
42
 
43
  ## Dataset Characterization
44
  **Data Collection Method by Dataset:**
45
+ - Hybrid — Human, Automatic/Sensors (photographic capture at PCB inspection stations, plus synthetic image augmentations such as flips, rotations, and brightness adjustments)
46
 
47
  **Labeling Method by Dataset:**
48
+ - Human (per-defect binary masks)<br>
49
 
50
  ## Dataset Format
51
+ PNG / JPG image files (with accompanying JSON / JSONL metadata).<br>
52
 
53
  ## Dataset Quantification
54
+ 182 image files (~2 MB total), organized under `IC/` and `passive_component/`:
55
+ - 86 anomaly images — `bridge` (8), `excess_solder` (16), `missing` (62)
56
+ - 86 paired binary defect masks
57
+ - 5 clean reference images and 5 CAD-derived masks
58
+
59
+ Approximately 108 of the 182 images are synthetic augmentations (horizontal/vertical flips, rotations, brightness adjustments) of the base captures. Accompanying metadata: `defect_spec.jsonl` and `semantic_segmentation_labels.json`.<br>
60
 
61
  ## Ethical Considerations:
62
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. Developers should work with their internal developer teams to ensure this dataset meets requirements for the relevant industry and use case and addresses unforeseen product misuse.<br>