OpenSfM icon indicating copy to clipboard operation
OpenSfM copied to clipboard

Open source Structure-from-Motion pipeline

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

This PR adds a `RemoveTrack` function to the TracksManager to remove complete tracks.

cla signed

## PR Summary This small PR migrates from the deprecated `logger.warn` to the recommended `logger.warning` method to solve: ```python /tmp/opensfm/opensfm/pairs_selection.py:610: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead ```

cla signed

This PR removes all the annoying build warnings that we had by : - Setting CMake policy - Add C++ warning ignores in third-party libraries only, since we're very unlikely...

cla signed

I have a simple setup with some images to reconstruct, all taken by the same camera. As I understand the code, individual shots are added to a fake rig instance...

``` (urex_python3.8) PS E:\PersonalProjects\UREX\OpenSfM> python setup.py install Configuring for python 3.8... Traceback (most recent call last): File "setup.py", line 59, in configure_c_extension() File "setup.py", line 43, in configure_c_extension subprocess.check_call(cmake_command, cwd="cmake_build")...

Hello, I was trying to build OpenSFM and I folled the documentation for building: ``` git clone --recursive https://github.com/mapillary/OpenSfM pip install -r requirements #Install some dependencies python3 setup.py build ```...

I tried to build the library with Docker, after pulling the Github code. `git clone --recursive https://github.com/mapillary/OpenSfM` Looks like despite pulling the submodules, the ThirdParty files for gtest are missing,...

I cloned the repository code: ```bash git clone --recursive https://github.com/mapillary/OpenSfM ``` And installed the required dependencies. However, I encountered issues with missing files during the build process: 1. Missing `src/third/gtest`...

When I run bin/opensfm_run_all data/berlin I only get "/OpenSfM/bin/opensfm: line 12: 6979 Aborted (core dumped) "$PYTHON" "$DIR"/opensfm_main.py "$@" Why?