Skip to content

Commit 2b4adcd

Browse files
authored
Update README.md
update learning outcomes
1 parent cf719bf commit 2b4adcd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • Classroom Challenge Projects/Projects/Image-Based Defect Detection for Manufacturing Inspection

Classroom Challenge Projects/Projects/Image-Based Defect Detection for Manufacturing Inspection/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,9 @@ Open the "ImageBasedDefectSystem_StudentProjectTemplate.mlx" Live Script in MATL
123123
- Deliverable (extension): `maskAI = segmentDefect(I)` and comparison vs classical evidence masks.
124124

125125
## Learning Outcomes
126-
- Build a hybrid classical‑vision + AI inspection workflow that mirrors modern manufacturing practice (preprocess → evidence → AI decision → test → report).
127-
- Implement traceable defect‑evidence generation, including segmentation masks, measurable features, and overlays for explanation and debugging.
128-
- Perform transfer learning using a MathWorks‑provided pretrained network (recommended: ResNet‑18) for part‑quality classification.
129-
- Design a fully automated inspection function that produces PASS/FAIL decisions, confidence scores, defect evidence, and rule‑based fallbacks.
126+
- Apply understanding of integrated classical-vision and AI inspection workflows and their role in modern manufacturing practice to design a fully automated inspection function.
127+
- Analyze different forms of visual evidence to implement traceable defect‑evidence generation, with a design emphasis on the system's transparency, interpretability, and diagnostic insight.
130128
- Evaluate inspection performance and robustness via a batch test suite, confusion matrix, yield/defect statistics, and perturbation tests (lighting, blur, noise).
131-
- Understand the relationship between classical preprocessing, evidence metrics, and AI decisions, and how hybrid logic increases stability and interpretability.
132129

133130
## Suggested Background Material
134131
### 1. Fundamentals of Automated Visual Inspection

0 commit comments

Comments
 (0)