更新MLPNP与编译脚本
parent
d09dbefb05
commit
e53ed2394f
12
build.sh
12
build.sh
|
@ -15,6 +15,15 @@ cd build
|
|||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
make -j
|
||||
|
||||
cd ../../Sophus
|
||||
|
||||
echo "Configuring and building Thirdparty/Sophus ..."
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
make -j
|
||||
|
||||
cd ../../../
|
||||
|
||||
echo "Uncompress vocabulary ..."
|
||||
|
@ -28,4 +37,5 @@ echo "Configuring and building ORB_SLAM3 ..."
|
|||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
make -j
|
||||
make -j4
|
||||
|
||||
|
|
1603
src/MLPnPsolver.cpp
1603
src/MLPnPsolver.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue