The goal of the assignment is to familiarize you with face detection and scene recognition. This assignment has been prepared by Gowri Lekshmy and Prajwal Krishna. Please raise doubts on the appropriate assignment thread on moodle.
- Follow the directory structure as shown below:
├── src ├── Assignment4.ipynb // your code ├── dataset ├── SUN_data ├── Assignment4.pdf └── README.md srcshould contain your Jupyter notebook.datasetwill contain images used for the second question.- Follow this directory structure for all following assignments in this course.
- Make sure you run your Jupyter notebook before committing, to save all outputs.
For usage of other pkgs, please contact the TAs.