MP5: CNN¶
In this MP, you will train a Faster-RCNN convolutional neural network based face detector.
NOTE EXTENDED DEADLINE: Due date is Wednesday, 11/17, 11:59pm.
mp5.zip contains the code. You should download the code, unzip it into some directory, and then type
jupyter-lab
to get started.mp5_notebook.html is an example of what the Jupyter notebook will look like, once you’ve finished everything.
python grade.py
is how you will grade your code on your local machine. The solutions are available to you insolutions.hdf5
.When it works on your machine, then you can try uploading only the file
submitted.py
to the MP4 assignment on Gradescope.