OpenSfM icon indicating copy to clipboard operation
OpenSfM copied to clipboard

Open source Structure-from-Motion pipeline

Results 175 OpenSfM issues
Sort by recently updated
recently updated
newest added

Thank you for this great tool, I have an issue and some questions if you can help my issue is that some time only ~195 images added to reconstruction file...

question

Hello, I noticed on a few occasions (listed below), a logarithmic scale is used instead of linear. What is the rationale behind this and is it found to be more...

question

Hi It would be better if there is detailed reconstruction pipeline end-to-end for OpenSfm. I couldn't find it in the documentation too. Also if you could differentiate reconstruction pipelines for...

question

Dear all, I am using OpenSfM in an open source tool for inspection of large-scale photovoltaic plants (https://github.com/LukasBommes/PV-Hawk) and have several questions on the usage of OpenSfM and possible improvements...

I want to debug the code line by line to understand more. I did the data address by changing the functionparser.add_argument("--dataset",default="data/lund/",help="dataset to process"). But I do not know where to...

Hi, I ran the entire SfM pipeline and produced the file data/berlin/reconstruction.meshed.json as output. To view the result, I started the viewer HTTP server and then browse to http://localhost:8080 to...

question

Configuring for python 3.6... -- Found OpenMP_C: -fopenmp -- Found OpenMP_CXX: -fopenmp -- Found OpenMP: TRUE -- A library with BLAS API found. -- A library with LAPACK API found....

installation

I have a doubt regarding the function "apply_similarity_pose" in align.py So given a transform from Camera world to similarity world, this function computes the reverse. So the existing inverse function...

![1640852873(1)](https://user-images.githubusercontent.com/52739016/147734612-3af2df80-d74d-4dde-b088-2b83f7c00833.png)

question

Hello! I am currently try to put AR on a video. For that I am parsing "reconstruction.json" file for camera Tvec and Rvec. But this approach only works good when...