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

Hi, I want to build to windows but I got an error in building. Here's the log : ``` Configuring for python 3.7... -- Selecting Windows SDK version 10.0.19041.0 to...

installation

### Question: Is there a way to get the XYZ values as additional bands when computing the depth map? I understand that a depth map generally represents the Y direction...

hey i succesfully build the repo from master and i think everything is working! however originally i tried downloading the release zip and installing the dependencies manually from the dockerfile...

installation

Added data format for the tracks.csv file in order to help other people using that file

cla signed

Hi, I have installed all dependencies on Windows as the [Building Guide](https://opensfm.org/docs/building.html). Checking Build System foundation.vcxproj -> D:\yuqinji\OpenSfM\cmake_build\foundation\Release\foundation.lib bundle.vcxproj -> D:\yuqinji\OpenSfM\cmake_build\bundle\Release\bundle.lib geometry.vcxproj -> D:\yuqinji\OpenSfM\cmake_build\geometry\Release\geometry.lib pybundle.vcxproj -> D:\yuqinji\OpenSfM\opensfm\pybundle.pyd dense.vcxproj -> D:\yuqinji\OpenSfM\cmake_build\dense\Release\dense.lib...

https://www.dji.com/zenmuse-p1/specs

I have installed OpenSfM in Ubuntu 22.04. Cloned commit is `d1165f9d522aee41f825be464a7e232286f529f1`. `bin/opensfm_run_all` & `bin/opensfm` work OK. I have a problem installing annotation tool. I follow the instructions here: https://opensfm.org/docs/annotation_tool.html When...

Hi everyone, when generating a merged.ply file and open it with ``` import open3d as o3d pcd = o3d.io.read_point_cloud('merged.ply') print(pcd.colors) ``` it gives me ``` std::vector with 0 elements. Use...

question
sfm-reconstruction

Hello, I have a Olympus SP-720UZ camera, and I found that its EXIF tags uses as `Make` value `OLYMPUS IMAGING CORP.` (see below for a full EXIF dump). So to...

cla signed

I have installed all the dependencies and am able to import opensfm successfully. However, when I try to run the berlin example as given in the documentation, I get a...

bug