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

I am thinking of build my own cluster computer setup I am wondering if OpenSfM can be used on a cluster computer setup i've read https://opensfm.readthedocs.io/en/latest/large.html > Only the GPS...

question

Could someone do a Alpine docker version of openSfM?

question
installation

I am trying to use open SFM to create 3D models of icebergs. Here is an example of the resulting Sparse cloud ![Screenshot from 2020-08-03 11-42-09](https://user-images.githubusercontent.com/23345159/89201149-10f0c980-d57f-11ea-86f8-5628b6721219.png) As you can see,...

enhancement
dense-reconstruction

It seems a bug here: def align_two_reconstruction(r1, r2, common_tracks, threshold): """Estimate similarity transform between two reconstructions.""" t1, t2 = r1.points, r2.points if len(common_tracks) > 6: >> # 3 samples /...

bug

https://github.com/mapillary/OpenSfM/blob/2005aae849ae5c43e781c2ae8ced1d550e36675e/opensfm/exif.py#L63-L64 Apparently, OpenSfM assumes or works with 35 mm film focal length internally (I was not aware of that), which is not great but okay. Anyhow, the current conversion from...

sfm-reconstruction

Hi, I am trying to understand whether it is possible to run SfM for a scene involving moving targets, but static multi-view cameras. (Initial pose of the camera wouldn't change...

enhancement
sfm-reconstruction

HI, I am trying to put my own disparity map inside the OpenSFM dense.py. There is a PATCH BASED STEREO which OpenSFM uses in creating dense map. But I can't...

question
dense-reconstruction

When trying to build with `python setup.py build` I ran into numerous errors due to `not found headers`. However the dependencies were already present and installed using brew, e.g. `brew...

installation

The "Ceres" bundle adjustment solver used by OpenSfM has the ability to handle full uncertainty priors of each term. But it seems to me they are hard coded in OpenSfm...

enhancement

Hello I have error in executing plot_inliers. Error message is follow: ------------------------------------------------------------------------------------------------- Plotting tracks for image00293.jpg - image00296.jpg... Traceback (most recent call last): File "/source/OpenSfM/bin/plot_inliers", line 968, in create_tracks_figure(image1, image2,...

bug