fabianschenk
fabianschenk
Hi @Aladgit , This depends on your hardware, the number of threads, the feature type, the resolution of the images etc., so really hard to make any prediction. The maximum...
Hi @one-zero-zero , Mapping the panoramas to perspective images using the cube map is a good direction to explore. This is already implemented in OpenSfM and you can just reuse...
Can you try adding the OpenSfM installation directory to your Python path?
Hi @treecon , So the issue likely was with your path settings. If there's a `ModuleNotFoundError`, then just install the module. In your case, the `rasterio`(see this [link](https://pypi.org/project/rasterio/)). Do this...
Hi @Mmmelvil @Girihanbudi , This seems like a Ceres problem. Please, update to the newest version of ceres and try again. Best
Hi @keshav64 , I can't really help since I don't have a Windows machine. I committed a PR #872 today that dealt with cmake and Eigen, ceres, etc. so this...
Hi @fdarvas , Could you post your parameters? Are they somewhere in range [-1, 1] or larger? I never scaled any distortion parameters even when converting from other camera model...
Hi @fdarvas , please ping me with `@` next time because I only check the github issues once a week or even less. You definitely don't have to scale the...
Hi @fdarvas , My explanation was not fully correct and the wikipedia article is also a bit misleading. After a bit of reading, I found that the distortion parameters are...
Thanks for submitting this issue @rudyryk I think it is caused by a recent change, that adds OpenMp headers/libraries explicitly and doesn't rely on it coming from another library such...