CV Lab 01: Image Transforms and Augmentation
Apply image transforms and augmentation for computer vision pipelines.
What you'll do
- Load and visualize image tensors and their channels
- Apply resizing, normalization, and augmentation transforms
- Explain how augmentation improves generalization for defect detection
Requirements: see
requirements.txt in the Resources folder.
Install with pip install -r requirements.txt after
creating your virtual environment.
No bundled CSV download for this lab. Follow the notebook setup instructions.