Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.18 KB

File metadata and controls

20 lines (18 loc) · 1.18 KB

Generic badge Generic badge

Assignment 3

The goal of the assignment is to familiarize you with the use of Markov Random Fields for Computer Vision. Specifically, in the use-case of image segmentation. This assignment has been prepared by Rohan Chacko and Prajwal Maitin. Please raise doubts on the appropriate assignment thread on moodle.

Instructions

  • Follow the directory structure as shown below:
    ├── src           
          ├── Assignment3.ipynb  // provided boilerplate code in notebook
    ├── images                   // your test images
    ├── Assignment3.pdf 
    └── README.md
    
  • src will contain the Jupyter notebook(s) used for the assignment.
  • images will contain images used for the questions.
  • Follow this directory structure for all following assignments in this course.
  • Make sure you run your Jupyter notebook before committing, to save all outputs.

You are free to use standard GMM packages for this assignment. For usage of other pkgs, please contact the TAs.