All Projects → robotika → simple-sfm

robotika / simple-sfm

Licence: MIT license
A readable implementation of structure-from-motion

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to simple-sfm

cv-arxiv-daily
🎓Automatically Update CV Papers Daily using Github Actions (Update Every 12th hours)
Stars: ✭ 216 (+1036.84%)
Mutual labels:  structure-from-motion, sfm, slam, 3d-reconstruction
Openmvg
open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
Stars: ✭ 3,902 (+20436.84%)
Mutual labels:  structure-from-motion, sfm, 3d-reconstruction
Dagsfm
Distributed and Graph-based Structure from Motion
Stars: ✭ 269 (+1315.79%)
Mutual labels:  structure-from-motion, sfm, 3d-reconstruction
DSP-SLAM
[3DV 2021] DSP-SLAM: Object Oriented SLAM with Deep Shape Priors
Stars: ✭ 377 (+1884.21%)
Mutual labels:  slam, 3d-reconstruction
kapture-localization
Provide mapping and localization pipelines based on kapture format
Stars: ✭ 111 (+484.21%)
Mutual labels:  structure-from-motion, sfm
Blender Addon Photogrammetry Importer
Addon to import different photogrammetry formats into Blender
Stars: ✭ 292 (+1436.84%)
Mutual labels:  structure-from-motion, sfm
Meshroom
3D Reconstruction Software
Stars: ✭ 7,254 (+38078.95%)
Mutual labels:  structure-from-motion, 3d-reconstruction
Awesome Learning Mvs
A list of awesome learning-based multi-view stereo papers
Stars: ✭ 27 (+42.11%)
Mutual labels:  structure-from-motion, sfm
Py3drec
3D modeling from uncalibrated images
Stars: ✭ 65 (+242.11%)
Mutual labels:  structure-from-motion, 3d-reconstruction
Kapture
kapture is a file format as well as a set of tools for manipulating datasets, and in particular Visual Localization and Structure from Motion data.
Stars: ✭ 128 (+573.68%)
Mutual labels:  structure-from-motion, sfm
Uav Mapper
UAV-Mapper is a lightweight UAV Image Processing System, Visual SFM reconstruction or Aerial Triangulation, Fast Ortho-Mosaic, Plannar Mosaic, Fast Digital Surface Map (DSM) and 3d reconstruction for UAVs.
Stars: ✭ 106 (+457.89%)
Mutual labels:  structure-from-motion, sfm
r3live
A Robust, Real-time, RGB-colored, LiDAR-Inertial-Visual tightly-coupled state Estimation and mapping package
Stars: ✭ 1,355 (+7031.58%)
Mutual labels:  slam, 3d-reconstruction
maks
Motion Averaging
Stars: ✭ 52 (+173.68%)
Mutual labels:  slam, 3d-reconstruction
pybot
Research tools for autonomous systems in Python
Stars: ✭ 60 (+215.79%)
Mutual labels:  structure-from-motion, slam
how-to-sfm
A self-reliant tutorial on Structure-from-Motion
Stars: ✭ 112 (+489.47%)
Mutual labels:  structure-from-motion, sfm
Alicevision
Photogrammetric Computer Vision Framework
Stars: ✭ 2,029 (+10578.95%)
Mutual labels:  structure-from-motion, 3d-reconstruction
DenseDescriptorLearning-Pytorch
Official Repo for the paper "Extremely Dense Point Correspondences using a Learned Feature Descriptor" (CVPR 2020)
Stars: ✭ 66 (+247.37%)
Mutual labels:  structure-from-motion, sfm
sfm-disambiguation-colmap
Making Structure-from-Motion (COLMAP) more robust to symmetries and duplicated structures
Stars: ✭ 189 (+894.74%)
Mutual labels:  structure-from-motion, 3d-reconstruction
Bundler sfm
Bundler Structure from Motion Toolkit
Stars: ✭ 1,296 (+6721.05%)
Mutual labels:  structure-from-motion, 3d-reconstruction
Monocularsfm
Monocular Structure from Motion
Stars: ✭ 128 (+573.68%)
Mutual labels:  structure-from-motion, sfm

simple-sfm

A readable implementation of structure-from-motion in python.

Install

Depends directly on numpy and autograd, indirectly on scipy. Installable using conda on Windows or Linux. Other platforms not tested.

conda create -n simple-sfm -c conda-forge numpy autograd
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].