Skip to content

NotAnyMike/BareSfM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare Struncture from Motion model

This is an implementation using pytorch of the basic approach of Structure from Motion models (or Self-supervised monocular depth estimation) models as explained here (Unsupervised depth estimation)

Install

so far if you face any problem installing pytorch3d follow this quick instructions here

Run

Run

 python train.py --height 320 --width 320 --dataset_folder /SSD/Documents/shapes3d/dataset_generated

for example. For more information run python train.py --help or see options.py for all the possible configurations.

Tests

Run py.test -s -v

About

Bare implementation of SfM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages