Skip to content

My homework solution to CMU Advanced Computer Vision class, Fall 2023

Notifications You must be signed in to change notification settings

SilvesterYu/CMU-AdvancedComputerVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMU-AdvancedComputerVision

My homework solution to 16-720 CMU Advanced Computer Vision class, Fall 2023

Homework 1: writeup is not full-mark, but all non-bonus question code works

Homework 2: full mark

Homework 3: full mark

Homework 4: full mark

Homework 5: full mark (note: My solution in question1.e is not totally correct, it should be like this: L^TB = I --> LL^TB = LI --> B = (LL^T)^-1 LI) Python code: B = np.linalg.inv([email protected])@L@I

Homework 6:

About

My homework solution to CMU Advanced Computer Vision class, Fall 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages