I cloned the repository code:
git clone --recursive https://github.com/mapillary/OpenSfM
And installed the required dependencies. However, I encountered issues with missing files during the build process:
-
Missing src/third/gtest
The entire library file was not downloaded.
-
Missing src/testing_main.cc
3.Missing source "No SOURCES given to target: src/third_party/vlfeat/vl
I found the gtest files in the 0.5.1 release version, but I couldn't find testing_main.cc.
