Results 68 comments of fabianschenk

Hi, Thanks for posting the installation instructions. I couldn't reproduce the problem on my machine but if another user reports the same problem, we will look into it again.

@rudyryk I have OpenMP installed but disabled the OpenMP option in the cmake and also made sure that it wasn't found in another way. OpenSfM then successfully compiled without OpenMP....

In `OpenSfM/opensfm/src/CMakeLists.txt`, I commented: ``` # find_package(OpenMP) ``` Then I deleted the `cmake_build` folder and rebuilt. You can also install `cmake` tool on Mac and check if any of the...

Hi @gouthamvgk , @YanNoun can you help resolve with this issue? I just want to make sure that we don't have a bug 😃 Best, Fabian

Hi @kielnino , This is an open-source project, so if you find something lacks functionality, feel free to create a PR :smile: Best, Fabian

Hi @kielnino , Fair point 😉 I imported the PR and we'll review it. As you might have guessed from the very few code changes in the last months, the...

Hi @gautam-sh @ayoubft , Have you tried one of the first two results on google? [1] https://github.com/rstudio/reticulate/issues/1282 [2] https://stackoverflow.com/questions/72540359/glibcxx-3-4-30-not-found-for-librosa-in-conda-virtual-environment-after-tryin

Hi @JACMoutinho, First of all, great that you even got so far :D Puh, there are a few things that could be wrong. 1) Do you transform from whatever world...

Hi @JACMoutinho , The code you shared seems correct even though I didn't check all the details. Can you try to read the 3D points from the `recontruction.json` instead of...

Hi @oaa3wf, Thanks for the fix. This indeed was a bug. I'll try to land the fix asap