Spaces:
Sleeping
Sleeping
budhadityac24
commited on
Commit
•
7713849
1
Parent(s):
5ff8f40
Create observationsJSON.json
Browse files- observationsJSON.json +170 -0
observationsJSON.json
ADDED
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"Observation Type": "2D Measurement",
|
4 |
+
"Sub-Parameters": "dimensions to be measured",
|
5 |
+
"Example": "Diameter, thickness, etc.",
|
6 |
+
"Relevance for Vision System Design": "Guides the sw algorithm to be used",
|
7 |
+
"User Answer": ""
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"Observation Type": "2D Measurement",
|
11 |
+
"Sub-Parameters": "Dimenison Range",
|
12 |
+
"Example": "100mm +/- .01mm",
|
13 |
+
"Relevance for Vision System Design": "Guides the Field of View as we would know the dimension that is required.",
|
14 |
+
"User Answer": ""
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"Observation Type": "2D Measurement",
|
18 |
+
"Sub-Parameters": "Tolerated error of measurement",
|
19 |
+
"Example": "10 microns",
|
20 |
+
"Relevance for Vision System Design": "Influences the selection of high-precision sensors and optics. Affects the algorithm's ability to distinguish between acceptable and unacceptable variances.",
|
21 |
+
"User Answer": ""
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"Observation Type": "Anomaly Detection",
|
25 |
+
"Sub-Parameters": "Types of Anomaly defects to detect",
|
26 |
+
"Example": "Scratches, dents, corrosion",
|
27 |
+
"Relevance for Vision System Design": "Guides the development of specific algorithms for detecting each type of surface irregularity. Influences lighting and camera setup for optimal defect visualization.",
|
28 |
+
"User Answer": ""
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"Observation Type": "Anomaly Detection",
|
32 |
+
"Sub-Parameters": "Minimum Defect Size",
|
33 |
+
"Example": "Minimum detectable size: 0.5 mm",
|
34 |
+
"Relevance for Vision System Design": "Determines the resolution and sensitivity of imaging equipment. Affects system's ability to detect and quantify defect severity.",
|
35 |
+
"User Answer": ""
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"Observation Type": "Print Defect",
|
39 |
+
"Sub-Parameters": "Types of print defects to identify",
|
40 |
+
"Example": "Smudging, misalignment",
|
41 |
+
"Relevance for Vision System Design": "Impacts the development of algorithms for print quality control. Affects camera resolution and processing speed required to identify print errors effectively.",
|
42 |
+
"User Answer": ""
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"Observation Type": "Print Defect",
|
46 |
+
"Sub-Parameters": "Minimum defect size",
|
47 |
+
"Example": "Up to 2 mm",
|
48 |
+
"Relevance for Vision System Design": "Sets the minimum threshold for print defect detection that needs to be detected. Anything smaller than this need not be detected (and thus flagged as a defect)",
|
49 |
+
"User Answer": ""
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"Observation Type": "Counting",
|
53 |
+
"Sub-Parameters": "Types of objects/features to count",
|
54 |
+
"Example": "Individual components, features",
|
55 |
+
"Relevance for Vision System Design": "Dictates the design of counting algorithms and affects the system's processing speed. Influences camera setup for optimal object recognition and differentiation.",
|
56 |
+
"User Answer": ""
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"Observation Type": "Counting",
|
60 |
+
"Sub-Parameters": "Min and Max object count",
|
61 |
+
"Example": "Min = 0, Max = 100",
|
62 |
+
"Relevance for Vision System Design": "Important for deciding training data to be collected for training the objects.",
|
63 |
+
"User Answer": ""
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"Observation Type": "3D Measurement",
|
67 |
+
"Sub-Parameters": "Volume or spatial measurements needed",
|
68 |
+
"Example": "Volume, surface area",
|
69 |
+
"Relevance for Vision System Design": "Influences the selection of 3D imaging technologies (like stereoscopic cameras or laser scanners) and impacts algorithm complexity for spatial analysis.",
|
70 |
+
"User Answer": ""
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"Observation Type": "3D Measurement",
|
74 |
+
"Sub-Parameters": "Accuracy and precision levels",
|
75 |
+
"Example": "±0.1 mm",
|
76 |
+
"Relevance for Vision System Design": "Guides the calibration process and selection of high-precision 3D measurement equipment. Impacts software algorithm development for accurate spatial analysis.",
|
77 |
+
"User Answer": ""
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"Observation Type": "Presence/Absence",
|
81 |
+
"Sub-Parameters": "Details of objects/features to detect",
|
82 |
+
"Example": "Missing components, color deviations",
|
83 |
+
"Relevance for Vision System Design": "Critical for designing detection algorithms. Influences camera resolution and processing strategies to identify presence or absence of specific features or objects.",
|
84 |
+
"User Answer": ""
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"Observation Type": "Presence/Absence",
|
88 |
+
"Sub-Parameters": "Acceptable variance levels",
|
89 |
+
"Example": "Variance up to 5%",
|
90 |
+
"Relevance for Vision System Design": "Sets the system's tolerance for detection errors, affecting the sensitivity and specificity of the algorithms. Impacts the choice of imaging technologies for accurate feature detection.",
|
91 |
+
"User Answer": ""
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"Observation Type": "OCR (Optical Character Recognition)",
|
95 |
+
"Sub-Parameters": "Font types and sizes to be recognized",
|
96 |
+
"Example": "Arial, size 12",
|
97 |
+
"Relevance for Vision System Design": "Influences OCR algorithm development. Affects the choice of cameras capable of capturing various font sizes clearly.",
|
98 |
+
"User Answer": ""
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"Observation Type": "OCR (Optical Character Recognition)",
|
102 |
+
"Sub-Parameters": "Reading speed and accuracy requirements",
|
103 |
+
"Example": "99% accuracy at 2 characters per second",
|
104 |
+
"Relevance for Vision System Design": "Dictates the balance between speed and accuracy for the OCR system. Impacts the selection of processing hardware for real-time character recognition.",
|
105 |
+
"User Answer": ""
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"Observation Type": "Code Reading (2D/1D)",
|
109 |
+
"Sub-Parameters": "Types of codes to read (QR, Barcode)",
|
110 |
+
"Example": "QR Codes, UPC Barcodes",
|
111 |
+
"Relevance for Vision System Design": "Guides the development of algorithms for different types of code recognition. Influences camera selection for varying code sizes and distances.",
|
112 |
+
"User Answer": ""
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"Observation Type": "Code Reading (2D/1D)",
|
116 |
+
"Sub-Parameters": "Reading distance and angle",
|
117 |
+
"Example": "Up to 30 cm, 45° angle",
|
118 |
+
"Relevance for Vision System Design": "Determines the system's ability to read codes from various angles and distances. Impacts camera positioning and field of view requirements.",
|
119 |
+
"User Answer": ""
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"Observation Type": "Mismatch Detection",
|
123 |
+
"Sub-Parameters": "Specific features to compare for mismatches",
|
124 |
+
"Example": "Component shapes, color mismatches",
|
125 |
+
"Relevance for Vision System Design": "Essential for algorithm development to identify discrepancies in product features. Influences imaging and processing requirements to compare and detect mismatches accurately.",
|
126 |
+
"User Answer": ""
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"Observation Type": "Mismatch Detection",
|
130 |
+
"Sub-Parameters": "Tolerance levels for mismatches",
|
131 |
+
"Example": "Tolerances up to 5%",
|
132 |
+
"Relevance for Vision System Design": "Dictates the system's sensitivity to mismatches, affecting algorithm design for defect detection and tolerance specification.",
|
133 |
+
"User Answer": ""
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"Observation Type": "Classification",
|
137 |
+
"Sub-Parameters": "Categories of classes to be identified",
|
138 |
+
"Example": "Different product types, defect categories",
|
139 |
+
"Relevance for Vision System Design": "Crucial for developing classification algorithms. Influences sensor and processing capabilities to differentiate between various classes based on physical features.",
|
140 |
+
"User Answer": ""
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"Observation Type": "Classification",
|
144 |
+
"Sub-Parameters": "Features defining each class",
|
145 |
+
"Example": "Shape, size, color patterns",
|
146 |
+
"Relevance for Vision System Design": "Guides the system's ability to recognize and categorize objects",
|
147 |
+
"User Answer": ""
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"Observation Type": "Assembly Verification",
|
151 |
+
"Sub-Parameters": "Checklist of components or features to verify",
|
152 |
+
"Example": "All screws, connectors in place",
|
153 |
+
"Relevance for Vision System Design": "Influences the development of verification algorithms and imaging strategies to ensure complete assembly. Affects camera setup for capturing all assembly components.",
|
154 |
+
"User Answer": ""
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"Observation Type": "Assembly Verification",
|
158 |
+
"Sub-Parameters": "Sequence of assembly to be followed",
|
159 |
+
"Example": "Step-by-step assembly verification",
|
160 |
+
"Relevance for Vision System Design": "Guides the programming of the system for sequential assembly verification. Affects the design of user interfaces and reporting features for assembly process tracking.",
|
161 |
+
"User Answer": ""
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"Observation Type": "Color Verification",
|
165 |
+
"Sub-Parameters": "Color standards or samples to match",
|
166 |
+
"Example": "Pantone 300C",
|
167 |
+
"Relevance for Vision System Design": "Dictates the need for color-accurate imaging systems. Influences the development of algorithms for color matching and verification, impacting camera selection and lighting conditions for accurate color reproduction.",
|
168 |
+
"User Answer": ""
|
169 |
+
}
|
170 |
+
]
|