Skip to content

Ashok93/Structure-From-Motion-SFM-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Structure from Motion - Implementation in Python

You can use the dataset from https://www.eth3d.net/datasets

Dependencies

  1. OpenCV
  2. numpy
  3. Scipy - from least_square optimisation during bundle adjustment
  4. mayavi (if required for visualization)

Create a data --> calibration and data --> images folders. Place the downloaded calibration file and images in the corresponding folder. Please check the main.py function for setting up the folders.

Run python main.py

About

Structure from Motion (Sfm) in Python using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages