Skip to content

Implement the SfM pipeline using fundamental matrix, PnP, and Bundle Adjustment for pose estimation and 3D reconstruction of a 3D scene (WPI Unity Hall for this project)

Notifications You must be signed in to change notification settings

dushyant6/Structure-From-Motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Implement the SfM pipeline using fundamental matrix, PnP, and Bundle Adjustment for pose estimation and 3D reconstruction of a 3D scene (WPI Unity Hall for this project)

  1. Classical approach is coded in the Wrapper.py in the Phase1 folder For faster execution at the time of evaluation, the x_tol and f_tol values for all scipy.optimize functions are kept at 1e-5, which can be changed to default 1e-8 or 1e-9 for better results

  2. A program with hardcoded image indices is provided as Wrapper_hardcode.py

About

Implement the SfM pipeline using fundamental matrix, PnP, and Bundle Adjustment for pose estimation and 3D reconstruction of a 3D scene (WPI Unity Hall for this project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages