CV Lab 02: Convolutions and Feature Maps
Explore convolutions and feature maps in CNNs.
What you'll do
- Apply convolution filters to an image and view the result
- Visualize feature maps from different layers
- Connect filters and feature maps to what a CNN "sees"
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.