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

Hello, InstanciateFromStreamV2(S& fstream) uses std::stod, which in Russian locale expects floating point delimiter to be "," (not "."). So, all point coordinates (x,y) appears to be zeros, and reconstruction fails...

All, I'm building 0.5.1 from source, with a few other packages from source. Everything has compiled fine, but when I go to run opensfm to try the berlin example, I...

## Description **Enhancement**: Add INT16 TIFF support to openSFM ## How Falling back to rasterio library when cv2 fails and normalizing int16 to int8 rgb/grayscale image. ## Where in the...

Not sure, if this dependency is optional? If so, how to force Cmake to ignore the error? ``` -- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) -- Could NOT find...

installation

Made changes to enable working on MacOS Support intake of of images with no GPS

cla signed

Howdy folks! When I clone the repo to my Ubuntu 18.04 machine and run "python3 setup.py build" i get the following output with errors: ``` Configuring for python 3.7... --...

bug
installation

I want to replace the image metadata extraction step with my own meta data - this seems straightforward, as I can get all these (focal_x, focal_y, c_x, c_y) in pixels...

question
sfm-reconstruction

Trying to build OpenSfM on my local Fedora (32) system. ``` python setup.py build ``` Results the following error: ``` ... -- Found installed version of gflags: /usr/lib64/cmake/gflags -- Detected...

installation

Hi, my name is Julio, I'm triying to use OpenSfm with my own camera and images and I'm having many problems to achieve a good result. I've read the documentation...

sfm-reconstruction

Hello, I'm having issues in accessing the OpenSfM functionality from a jupyter notebook. When accessing the functionality from a shell, everything is behaving as expected, so I assume that everything...

question