This assignment and its reflection are due by Thursday, May 30 at 11:59 pm.
You should submit your finished
and hw7_main.py
on Gradescope 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 hw7.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 belowPart 1a: Submit Assignment and Part 1b: Complete Reflection. On Gradescope, you should submit a all the files listed below. NOTE: We are going back to the original submission model and you should not submit a zip of the directory like you did for HW4.
hw7_main.py
Your submission will be evaluated on the following dimensions
hw7_main.py
is a comment with your name and uwnetid.flake8