This assignment and its reflection are due by Thursday, March 5 at 11:59 pm.
You should submit your finished
hw6_main.py
on Ed and the reflection on Google Forms.
In this assignment, you will do a bit of data analysis involving image data to get an idea of what image analysis looks like.
After this homework, students will be able to:
numpy
arrays to perform computations.Here are some baseline expectations we expect you to meet:
Follow the course collaboration policies
You should download the starter code hw6.zip and open it as the project in Visual Studio Code. The files included are:
cse163_utils.py
: A file where we will store utility functions to help you write any tests you might want to write.images
: A directory storing various images for this assignment. You can see the original images in the box belowYou can use the HW6 Playground to develop your assignment initially.
Part 1a: Submit Assignment and Part 1b: Complete Reflection. On Ed, you should submit all the files listed below.
hw6_main.py
Your submission will be evaluated on the following dimensions
hw6_main.py
is a comment with your name and uwnetid.flake8